com.ibm.jbatch.tck.artifacts.specialized
Class DeciderTestsBatchlet

java.lang.Object
  extended by javax.batch.api.AbstractBatchlet
      extended by com.ibm.jbatch.tck.artifacts.specialized.DeciderTestsBatchlet
All Implemented Interfaces:
StatusConstants, Batchlet

@Named(value="deciderTestsBatchlet")
public class DeciderTestsBatchlet
extends AbstractBatchlet
implements StatusConstants


Field Summary
static String ACTION
           
static String ACTUAL_VALUE
           
static String NORMAL_VALUE
           
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, SPECIAL_EXIT_STATUS, UNEXPECTED
 
Constructor Summary
DeciderTestsBatchlet()
           
 
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
 

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
Constructor Detail

DeciderTestsBatchlet

public DeciderTestsBatchlet()
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 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.