Class DeciderTestsBatchlet

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

    @Named("deciderTestsBatchlet")
    public class DeciderTestsBatchlet
    extends jakarta.batch.api.AbstractBatchlet
    implements StatusConstants
    • Constructor Detail

      • DeciderTestsBatchlet

        public DeciderTestsBatchlet()
    • Method Detail

      • process

        public String process()
        The idea here is that the decider will act on a combination of the 'action' property and the exit status.
        Specified by:
        process in interface jakarta.batch.api.Batchlet
        Specified by:
        process in class jakarta.batch.api.AbstractBatchlet
      • stop

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