Class JobContextTestBatchlet

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

@Named("jobContextTestBatchlet") public class JobContextTestBatchlet extends Object implements jakarta.batch.api.Batchlet
  • Constructor Details

    • JobContextTestBatchlet

      public JobContextTestBatchlet()
  • Method Details

    • process

      public String process() throws Exception
      Specified by:
      process in interface jakarta.batch.api.Batchlet
      Throws:
      Exception
    • stop

      public void stop() throws Exception
      Specified by:
      stop in interface jakarta.batch.api.Batchlet
      Throws:
      Exception