com.ibm.batch.container.impl
Class SkipHandler
java.lang.Object
com.ibm.batch.container.impl.SkipHandler
public class SkipHandler
- extends Object
SKIP_COUNT
public static final String SKIP_COUNT
- See Also:
- Constant Field Values
SKIP_INCLUDE_EX
public static final String SKIP_INCLUDE_EX
- See Also:
- Constant Field Values
SKIP_EXCLUDE_EX
public static final String SKIP_EXCLUDE_EX
- See Also:
- Constant Field Values
SkipHandler
public SkipHandler(Chunk chunk,
long l,
String stepId)
addSkipListener
public void addSkipListener(SkipListenerProxy skipListener)
- Add the user-defined SkipListener.
handleException
public void handleException(Exception e)
- Handle exception from a read failure.
handleExceptionWithRecordProcess
public void handleExceptionWithRecordProcess(Exception e,
Object w)
- Handle exception from a process failure.
handleExceptionWithRecordWrite
public void handleExceptionWithRecordWrite(Exception e,
Object w)
- Handle exception from a write failure.
getSkipCount
public long getSkipCount()
setSkipCount
public void setSkipCount(long skipCount)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.