com.ibm.jbatch.tck.artifacts.specialized
Class ChunkOnErrorCheckpointListener
java.lang.Object
javax.batch.api.AbstractChunkListener
com.ibm.jbatch.tck.artifacts.specialized.ChunkOnErrorCheckpointListener
- All Implemented Interfaces:
- ChunkListener
@Named(value="chunkOnErrorCheckpointListener")
public class ChunkOnErrorCheckpointListener
- extends AbstractChunkListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkOnErrorCheckpointListener
public ChunkOnErrorCheckpointListener()
beforeChunk
public void beforeChunk()
- Specified by:
beforeChunk in interface ChunkListener- Overrides:
beforeChunk in class AbstractChunkListener
afterChunk
public void afterChunk()
- Specified by:
afterChunk in interface ChunkListener- Overrides:
afterChunk in class AbstractChunkListener
onError
public void onError()
- Specified by:
onError in interface ChunkListener- Overrides:
onError in class AbstractChunkListener
Copyright © 2013. All Rights Reserved.