|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.listener.SkipListenerSupport<T,S>
public class SkipListenerSupport<T,S>
Basic no-op implementations of all SkipListener implementations.
| Constructor Summary | |
|---|---|
SkipListenerSupport()
|
|
| Method Summary | |
|---|---|
void |
onSkipInProcess(T item,
java.lang.Throwable t)
This item failed on processing with the given exception, and a skip was called for. |
void |
onSkipInRead(java.lang.Throwable t)
Callback for a failure on read that is legal, so is not going to be re-thrown. |
void |
onSkipInWrite(S item,
java.lang.Throwable t)
This item failed on write with the given exception, and a skip was called for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SkipListenerSupport()
| Method Detail |
|---|
public void onSkipInRead(java.lang.Throwable t)
SkipListener
onSkipInRead in interface SkipListener<T,S>t - cause of the failure
public void onSkipInWrite(S item,
java.lang.Throwable t)
SkipListener
onSkipInWrite in interface SkipListener<T,S>item - the failed itemt - the cause of the failure
public void onSkipInProcess(T item,
java.lang.Throwable t)
SkipListener
onSkipInProcess in interface SkipListener<T,S>item - the failed itemt - the cause of the failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||