com.ibm.batch.container.impl
Class RetryHandler
java.lang.Object
com.ibm.batch.container.impl.RetryHandler
public class RetryHandler
- extends Object
RETRY_COUNT
public static final String RETRY_COUNT
- See Also:
- Constant Field Values
RETRY_INCLUDE_EX
public static final String RETRY_INCLUDE_EX
- See Also:
- Constant Field Values
RETRY_EXCLUDE_EX
public static final String RETRY_EXCLUDE_EX
- See Also:
- Constant Field Values
RetryHandler
public RetryHandler(Chunk chunk,
long l,
String stepId)
addRetryListener
public void addRetryListener(RetryListenerProxy retryListener)
- Add the user-defined RetryListener.
handleNoRollbackExceptionRead
public void handleNoRollbackExceptionRead(Exception e)
- Handle exception from a read failure.
handleNoRollbackExceptionWithRecordProcess
public void handleNoRollbackExceptionWithRecordProcess(Exception e,
Object w)
- Handle exception from a process failure.
handleNoRollbackExceptionWithRecordWriteItem
public void handleNoRollbackExceptionWithRecordWriteItem(Exception e,
Object w)
- Handle exception from a write failure.
getRetryCount
public long getRetryCount()
setRetryCount
public void setRetryCount(long retryCount)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.