|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.batch.container.artifact.proxy.AbstractProxy
com.ibm.batch.container.artifact.proxy.RetryListenerProxy
public class RetryListenerProxy
| Field Summary |
|---|
| Fields inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy |
|---|
delegate, propertyMap |
| Method Summary | |
|---|---|
void |
onRetryProcessException(Exception ex,
Object item)
|
void |
onRetryProcessItem(Exception ex,
Object item)
|
void |
onRetryReadException(Exception ex)
|
void |
onRetryReadItem(Exception ex)
|
void |
onRetryWriteException(Exception ex,
List<Object> items)
|
void |
onRetryWriteItem(Exception ex,
Object item)
|
| Methods inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy |
|---|
findPropertyFields, getDelegate, getFlowContext, getJobContext, getSplitContext, getStepContext, setFlowContext, setJobContext, setSplitContext, setStepContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void onRetryReadException(Exception ex)
public void onRetryReadItem(Exception ex)
public void onRetryProcessException(Exception ex,
Object item)
public void onRetryProcessItem(Exception ex,
Object item)
public void onRetryWriteException(Exception ex,
List<Object> items)
public void onRetryWriteItem(Exception ex,
Object item)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||