Class DependentScopedBatchletPropsNonString

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

@Dependent @Named("CDIDependentScopedBatchletPropsNonString") public class DependentScopedBatchletPropsNonString extends Object implements jakarta.batch.api.Batchlet
  • Constructor Details

    • DependentScopedBatchletPropsNonString

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