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

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.FlowTransitionToDecisionTestDecider
All Implemented Interfaces:
StatusConstants, Decider<Object>

@Named
public class FlowTransitionToDecisionTestDecider
extends Object
implements Decider<Object>, StatusConstants


Field Summary
static String DECIDER_EXIT_STATUS
           
 
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
FlowTransitionToDecisionTestDecider()
           
 
Method Summary
 String decide(StepExecution stepExecution)
           
 String decide(StepExecution[] stepExecutions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECIDER_EXIT_STATUS

public static final String DECIDER_EXIT_STATUS
See Also:
Constant Field Values
Constructor Detail

FlowTransitionToDecisionTestDecider

public FlowTransitionToDecisionTestDecider()
Method Detail

decide

public String decide(StepExecution stepExecution)
              throws Exception
Specified by:
decide in interface Decider<Object>
Throws:
Exception

decide

public String decide(StepExecution[] stepExecutions)
              throws Exception
Specified by:
decide in interface Decider<Object>
Throws:
Exception


Copyright © 2013. All Rights Reserved.