com.ibm.jbatch.tck.artifacts.specialized
Class ChunkOnErrorCheckpointListener

java.lang.Object
  extended by javax.batch.api.AbstractChunkListener
      extended by com.ibm.jbatch.tck.artifacts.specialized.ChunkOnErrorCheckpointListener
All Implemented Interfaces:
ChunkListener

@Named(value="chunkOnErrorCheckpointListener")
public class ChunkOnErrorCheckpointListener
extends AbstractChunkListener


Constructor Summary
ChunkOnErrorCheckpointListener()
           
 
Method Summary
 void afterChunk()
           
 void beforeChunk()
           
 void onError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkOnErrorCheckpointListener

public ChunkOnErrorCheckpointListener()
Method Detail

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.