java.lang.Object
jakarta.batch.api.AbstractBatchlet
com.ibm.jbatch.tck.artifacts.specialized.BatchletUsingStepContextImpl
- All Implemented Interfaces:
jakarta.batch.api.Batchlet
@Named("batchletUsingStepContextImpl")
public class BatchletUsingStepContextImpl
extends jakarta.batch.api.AbstractBatchlet
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GOOD_STEP_EXIT_STATUS
public static String GOOD_STEP_EXIT_STATUS
-
GOOD_JOB_EXIT_STATUS
public static String GOOD_JOB_EXIT_STATUS
-
Constructor Details
-
BatchletUsingStepContextImpl
public BatchletUsingStepContextImpl()
-
Method Details
-
process
- Specified by:
process
in interface jakarta.batch.api.Batchlet
- Specified by:
process
in class jakarta.batch.api.AbstractBatchlet
- Throws:
Exception
-
stop
- Specified by:
stop
in interface jakarta.batch.api.Batchlet
- Overrides:
stop
in class jakarta.batch.api.AbstractBatchlet
- Throws:
Exception