Class BatchletRestartStateMachineImpl

  • All Implemented Interfaces:
    jakarta.batch.api.Batchlet

    @Named("batchletRestartStateMachineImpl")
    public class BatchletRestartStateMachineImpl
    extends jakarta.batch.api.AbstractBatchlet
    • Constructor Detail

      • BatchletRestartStateMachineImpl

        public BatchletRestartStateMachineImpl()
    • Method Detail

      • process

        public String process()
                       throws Exception
        Specified by:
        process in interface jakarta.batch.api.Batchlet
        Specified by:
        process in class jakarta.batch.api.AbstractBatchlet
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface jakarta.batch.api.Batchlet
        Overrides:
        stop in class jakarta.batch.api.AbstractBatchlet
        Throws:
        Exception