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 Details

    • MySimpleCustomCheckpointAlgorithm

      public MySimpleCustomCheckpointAlgorithm()
  • Method Details

    • 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