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

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

@Named(value="myTimeCheckpointListener")
public class MyTimeCheckpointListener
extends AbstractChunkListener


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

MyTimeCheckpointListener

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