Class ArtifactInstanceTestChunkListener
- java.lang.Object
-
- com.ibm.jbatch.tck.artifacts.specialized.ArtifactInstanceTestChunkListener
-
- All Implemented Interfaces:
jakarta.batch.api.chunk.listener.ChunkListener
@Named public class ArtifactInstanceTestChunkListener extends Object implements jakarta.batch.api.chunk.listener.ChunkListener
-
-
Constructor Summary
Constructors Constructor Description ArtifactInstanceTestChunkListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterChunk()
void
beforeChunk()
void
onError(Exception e)
-
-
-
Method Detail
-
beforeChunk
public void beforeChunk() throws Exception
- Specified by:
beforeChunk
in interfacejakarta.batch.api.chunk.listener.ChunkListener
- Throws:
Exception
-
afterChunk
public void afterChunk() throws Exception
- Specified by:
afterChunk
in interfacejakarta.batch.api.chunk.listener.ChunkListener
- Throws:
Exception
-
-