|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.container.impl.SkipHandler
public class SkipHandler
| Field Summary | |
|---|---|
static String |
SKIP_COUNT
|
static String |
SKIP_EXCLUDE_EX
|
static String |
SKIP_INCLUDE_EX
|
| Constructor Summary | |
|---|---|
SkipHandler(Chunk chunk,
long l,
String stepId)
|
|
| Method Summary | |
|---|---|
void |
addSkipProcessListener(List<SkipProcessListenerProxy> skipProcessListener)
Add the user-defined SkipReadListeners. |
void |
addSkipReadListener(List<SkipReadListenerProxy> skipReadListener)
Add the user-defined SkipReadListeners. |
void |
addSkipWriteListener(List<SkipWriteListenerProxy> skipWriteListener)
Add the user-defined SkipWriteListeners. |
long |
getSkipCount()
|
void |
handleExceptionRead(Exception e)
Handle exception from a read failure. |
void |
handleExceptionWithRecordListWrite(Exception e,
List<?> items)
Handle exception from a write failure. |
void |
handleExceptionWithRecordProcess(Exception e,
Object w)
Handle exception from a process failure. |
void |
setSkipCount(long skipCount)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String SKIP_COUNT
public static final String SKIP_INCLUDE_EX
public static final String SKIP_EXCLUDE_EX
| Constructor Detail |
|---|
public SkipHandler(Chunk chunk,
long l,
String stepId)
| Method Detail |
|---|
public void addSkipReadListener(List<SkipReadListenerProxy> skipReadListener)
public void addSkipWriteListener(List<SkipWriteListenerProxy> skipWriteListener)
public void addSkipProcessListener(List<SkipProcessListenerProxy> skipProcessListener)
public void handleExceptionRead(Exception e)
public void handleExceptionWithRecordProcess(Exception e,
Object w)
public void handleExceptionWithRecordListWrite(Exception e,
List<?> items)
public long getSkipCount()
public void setSkipCount(long skipCount)
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||