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

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

@Named(value="myCustomCheckpointListener")
public class MyCustomCheckpointListener
extends AbstractChunkListener


Constructor Summary
MyCustomCheckpointListener()
           
 
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

MyCustomCheckpointListener

public MyCustomCheckpointListener()
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.