Class ParallelContextPropagationArtifacts.PCPPartitionBatchlet

java.lang.Object
jakarta.batch.api.AbstractBatchlet
com.ibm.jbatch.tck.artifacts.inner.ParallelContextPropagationArtifacts.PCPPartitionBatchlet
All Implemented Interfaces:
jakarta.batch.api.Batchlet
Enclosing class:
ParallelContextPropagationArtifacts

@Named("PCPPartitionBatchlet") public static class ParallelContextPropagationArtifacts.PCPPartitionBatchlet extends jakarta.batch.api.AbstractBatchlet
  • Constructor Details

    • PCPPartitionBatchlet

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

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