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

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

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


Field Summary
static String SPECIAL_EXIT_STATUS
           
 
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
DeciderTestsDecider()
           
 
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

SPECIAL_EXIT_STATUS

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

DeciderTestsDecider

public DeciderTestsDecider()
Method Detail

decide

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

decide

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


Copyright © 2013. All Rights Reserved.