Class DeciderTestsJobListener
- java.lang.Object
-
- jakarta.batch.api.listener.AbstractJobListener
-
- com.ibm.jbatch.tck.artifacts.specialized.DeciderTestsJobListener
-
- All Implemented Interfaces:
StatusConstants
,jakarta.batch.api.listener.JobListener
@Named public class DeciderTestsJobListener extends jakarta.batch.api.listener.AbstractJobListener implements StatusConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
SUCCESS
-
Fields inherited from interface com.ibm.jbatch.tck.artifacts.common.StatusConstants
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, SPECIAL_EXIT_STATUS, UNEXPECTED
-
-
Constructor Summary
Constructors Constructor Description DeciderTestsJobListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterJob()
-
-
-
Field Detail
-
SUCCESS
public static final String SUCCESS
- See Also:
- Constant Field Values
-
-