Class MyCustomCheckpointAlgorithm
java.lang.Object
jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
com.ibm.jbatch.tck.artifacts.specialized.MyCustomCheckpointAlgorithm
- All Implemented Interfaces:
jakarta.batch.api.chunk.CheckpointAlgorithm
@Named("myCustomCheckpointAlgorithm")
public class MyCustomCheckpointAlgorithm
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
-
MyCustomCheckpointAlgorithm
public MyCustomCheckpointAlgorithm()
-
-
Method Details
-
init
public void init() -
isReadyToCheckpoint
- Specified by:
isReadyToCheckpoint
in interfacejakarta.batch.api.chunk.CheckpointAlgorithm
- Specified by:
isReadyToCheckpoint
in classjakarta.batch.api.chunk.AbstractCheckpointAlgorithm
- Throws:
Exception
-