Class DeciderTestsBatchlet
- java.lang.Object
-
- jakarta.batch.api.AbstractBatchlet
-
- com.ibm.jbatch.tck.artifacts.specialized.DeciderTestsBatchlet
-
- All Implemented Interfaces:
StatusConstants
,jakarta.batch.api.Batchlet
@Named("deciderTestsBatchlet") public class DeciderTestsBatchlet extends jakarta.batch.api.AbstractBatchlet implements StatusConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION
static String
ACTUAL_VALUE
static String
NORMAL_VALUE
static String
SPECIAL_EXIT_STATUS
static String
SPECIAL_VALUE
-
Fields inherited from interface com.ibm.jbatch.tck.artifacts.common.StatusConstants
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, UNEXPECTED
-
-
Constructor Summary
Constructors Constructor Description DeciderTestsBatchlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
process()
The idea here is that the decider will act on a combination of the 'action' property and the exit status.void
stop()
-
-
-
Field Detail
-
NORMAL_VALUE
public static final String NORMAL_VALUE
- See Also:
- Constant Field Values
-
SPECIAL_VALUE
public static final String SPECIAL_VALUE
- See Also:
- Constant Field Values
-
ACTUAL_VALUE
public static final String ACTUAL_VALUE
- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
SPECIAL_EXIT_STATUS
public static final String SPECIAL_EXIT_STATUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public String process()
The idea here is that the decider will act on a combination of the 'action' property and the exit status.- Specified by:
process
in interfacejakarta.batch.api.Batchlet
- Specified by:
process
in classjakarta.batch.api.AbstractBatchlet
-
stop
public void stop()
- Specified by:
stop
in interfacejakarta.batch.api.Batchlet
- Overrides:
stop
in classjakarta.batch.api.AbstractBatchlet
-
-