Class RetryReadListenerProxy
- java.lang.Object
-
- com.ibm.jbatch.container.artifact.proxy.AbstractProxy<jakarta.batch.api.chunk.listener.RetryReadListener>
-
- com.ibm.jbatch.container.artifact.proxy.RetryReadListenerProxy
-
- All Implemented Interfaces:
jakarta.batch.api.chunk.listener.RetryReadListener
public class RetryReadListenerProxy extends AbstractProxy<jakarta.batch.api.chunk.listener.RetryReadListener> implements jakarta.batch.api.chunk.listener.RetryReadListener
-
-
Field Summary
-
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRetryReadException(Exception ex)-
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
-
-
-
-
Method Detail
-
onRetryReadException
public void onRetryReadException(Exception ex)
- Specified by:
onRetryReadExceptionin interfacejakarta.batch.api.chunk.listener.RetryReadListener
-
-