Class JobLevelPropertiesCountBatchlet

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

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

    • GOOD_EXIT_STATUS

      public static String GOOD_EXIT_STATUS
    • SHOULD_BE_UNAVAILABLE_PROP_PREFIX

      public static final String SHOULD_BE_UNAVAILABLE_PROP_PREFIX
      See Also:
  • Constructor Details

    • JobLevelPropertiesCountBatchlet

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