|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.TaskSchedule.ResultOption
An enumeration class used for values of the _resultOption field, used to specify how the results of prior executions of repetative tasks are handled.
Since results are stored as TaskInstance objects with the name specified in the TaskSchedule object, we can't launch a new task without first freeing up the name. These are the options.
Field Summary | |
static TaskSchedule.ResultOption |
DELETE
Automatically deletes old results before executing the task. |
static TaskSchedule.ResultOption[] |
ITEMS
|
static TaskSchedule.ResultOption |
RENAME
Renames old results before executing the task. |
static TaskSchedule.ResultOption |
TERMINATE
Terminates and deletes any currently executing task. |
static TaskSchedule.ResultOption |
WAIT
Prevents the task from being run until the old result is manualy deleted or expires. |
Method Summary | |
static TaskSchedule.ResultOption |
fromString(java.lang.String name)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TaskSchedule.ResultOption WAIT
public static final TaskSchedule.ResultOption DELETE
public static final TaskSchedule.ResultOption RENAME
public static final TaskSchedule.ResultOption TERMINATE
public static final TaskSchedule.ResultOption[] ITEMS
Method Detail |
public java.lang.String toString()
public static TaskSchedule.ResultOption fromString(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |