jsr352.tck.specialized
Class DeciderTestsBatchlet

java.lang.Object
  extended by jsr352.tck.specialized.DeciderTestsBatchlet
All Implemented Interfaces:
StatusConstants

@Named(value="DeciderBatchlet")
public class DeciderTestsBatchlet
extends Object
implements StatusConstants


Field Summary
static String ACTION
           
static String ACTUAL_VALUE
           
static String NORMAL_VALUE
           
static String SPECIAL_VALUE
           
 
Fields inherited from interface jsr352.tck.common.StatusConstants
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, SPECIAL_EXIT_STATUS, UNEXPECTED
 
Constructor Summary
DeciderTestsBatchlet()
           
 
Method Summary
 void cancel()
           
 String run()
          The idea here is that the decider will act on a combination of the 'action' property and the exit status.
 
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

run

public String run()
The idea here is that the decider will act on a combination of the 'action' property and the exit status.


cancel

public void cancel()


Copyright © 2012. All Rights Reserved.