Class MySimpleCustomCheckpointAlgorithm

  • All Implemented Interfaces:
    jakarta.batch.api.chunk.CheckpointAlgorithm

    @Named("mySimpleCustomCheckpointAlgorithm")
    public class MySimpleCustomCheckpointAlgorithm
    extends jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
    • Constructor Detail

      • MySimpleCustomCheckpointAlgorithm

        public MySimpleCustomCheckpointAlgorithm()
    • Method Detail

      • isReadyToCheckpoint

        public boolean isReadyToCheckpoint()
                                    throws Exception
        Specified by:
        isReadyToCheckpoint in interface jakarta.batch.api.chunk.CheckpointAlgorithm
        Specified by:
        isReadyToCheckpoint in class jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
        Throws:
        Exception