Class MultipleExitStatusBatchlet

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

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

      • MultipleExitStatusBatchlet

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