Class MySimpleCustomCheckpointAlgorithm
java.lang.Object
jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
com.ibm.jbatch.tck.artifacts.specialized.MySimpleCustomCheckpointAlgorithm
- All Implemented Interfaces:
jakarta.batch.api.chunk.CheckpointAlgorithm
@Named("mySimpleCustomCheckpointAlgorithm")
public class MySimpleCustomCheckpointAlgorithm
extends jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
beginCheckpoint, checkpointTimeout, endCheckpoint
-
Constructor Details
-
MySimpleCustomCheckpointAlgorithm
public MySimpleCustomCheckpointAlgorithm()
-
-
Method Details
-
isReadyToCheckpoint
- Specified by:
isReadyToCheckpoint
in interfacejakarta.batch.api.chunk.CheckpointAlgorithm
- Specified by:
isReadyToCheckpoint
in classjakarta.batch.api.chunk.AbstractCheckpointAlgorithm
- Throws:
Exception
-