Class ChunkListenerProxy
- java.lang.Object
-
- com.ibm.jbatch.container.artifact.proxy.AbstractProxy<jakarta.batch.api.chunk.listener.ChunkListener>
-
- com.ibm.jbatch.container.artifact.proxy.ChunkListenerProxy
-
- All Implemented Interfaces:
jakarta.batch.api.chunk.listener.ChunkListener
public class ChunkListenerProxy extends AbstractProxy<jakarta.batch.api.chunk.listener.ChunkListener> implements jakarta.batch.api.chunk.listener.ChunkListener
-
-
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 voidafterChunk()voidbeforeChunk()voidonError(Exception ex)-
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
-
-
-
-
Method Detail
-
afterChunk
public void afterChunk() throws Exception- Specified by:
afterChunkin interfacejakarta.batch.api.chunk.listener.ChunkListener- Throws:
Exception
-
beforeChunk
public void beforeChunk() throws Exception- Specified by:
beforeChunkin interfacejakarta.batch.api.chunk.listener.ChunkListener- Throws:
Exception
-
-