com.ibm.jbatch.tck.artifacts.specialized
Class DeciderTestsBatchlet
java.lang.Object
javax.batch.api.AbstractBatchlet
com.ibm.jbatch.tck.artifacts.specialized.DeciderTestsBatchlet
- All Implemented Interfaces:
- StatusConstants, Batchlet
@Named(value="deciderTestsBatchlet")
public class DeciderTestsBatchlet
- extends AbstractBatchlet
- implements StatusConstants
|
Method Summary |
String |
process()
The idea here is that the decider will act on a combination of the 'action'
property and the exit status. |
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DeciderTestsBatchlet
public DeciderTestsBatchlet()
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 interface Batchlet- Specified by:
process in class AbstractBatchlet
stop
public void stop()
- Specified by:
stop in interface Batchlet- Overrides:
stop in class AbstractBatchlet
Copyright © 2013. All Rights Reserved.