com.ibm.jbatch.tck.artifacts.specialized
Class MyCustomCheckpointAlgorithm
java.lang.Object
javax.batch.api.AbstractCheckpointAlgorithm
com.ibm.jbatch.tck.artifacts.specialized.MyCustomCheckpointAlgorithm
- All Implemented Interfaces:
- CheckpointAlgorithm
@Named(value="myCustomCheckpointAlgorithm")
public class MyCustomCheckpointAlgorithm
- extends AbstractCheckpointAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyCustomCheckpointAlgorithm
public MyCustomCheckpointAlgorithm()
init
public void init()
isReadyToCheckpoint
public boolean isReadyToCheckpoint()
throws Exception
- Specified by:
isReadyToCheckpoint in interface CheckpointAlgorithm- Specified by:
isReadyToCheckpoint in class AbstractCheckpointAlgorithm
- Throws:
Exception
Copyright © 2013. All Rights Reserved.