Class JobLevelPropertiesShouldNotBeAvailableThroughStepContextBatchlet

java.lang.Object
jakarta.batch.api.AbstractBatchlet
com.ibm.jbatch.tck.artifacts.specialized.JobLevelPropertiesShouldNotBeAvailableThroughStepContextBatchlet
All Implemented Interfaces:
jakarta.batch.api.Batchlet

@Named("jobLevelPropertiesShouldNotBeAvailableThroughStepContextBatchlet") public class JobLevelPropertiesShouldNotBeAvailableThroughStepContextBatchlet extends jakarta.batch.api.AbstractBatchlet
  • Field Details

    • GOOD_EXIT_STATUS

      public static String GOOD_EXIT_STATUS
  • Constructor Details

    • JobLevelPropertiesShouldNotBeAvailableThroughStepContextBatchlet

      public JobLevelPropertiesShouldNotBeAvailableThroughStepContextBatchlet()
  • Method Details

    • 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