Class StepLevelPropertiesShouldNotBeAvailableThroughJobContextBatchlet

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

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

      • GOOD_EXIT_STATUS

        public static String GOOD_EXIT_STATUS
    • Constructor Detail

      • StepLevelPropertiesShouldNotBeAvailableThroughJobContextBatchlet

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