Class BatchletUsingStepContextImpl

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

    @Named("batchletUsingStepContextImpl")
    public class BatchletUsingStepContextImpl
    extends jakarta.batch.api.AbstractBatchlet
    • Field Detail

      • GOOD_STEP_EXIT_STATUS

        public static String GOOD_STEP_EXIT_STATUS
      • GOOD_JOB_EXIT_STATUS

        public static String GOOD_JOB_EXIT_STATUS
    • Constructor Detail

      • BatchletUsingStepContextImpl

        public BatchletUsingStepContextImpl()
    • 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