|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitMode | |
---|---|
org.ogf.saga.task | This package provides classes and methods for manipulating tasks and collections of tasks. |
Uses of WaitMode in org.ogf.saga.task |
---|
Methods in org.ogf.saga.task that return WaitMode | |
---|---|
static WaitMode |
WaitMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WaitMode[] |
WaitMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ogf.saga.task with parameters of type WaitMode | |
---|---|
Task<?,?> |
TaskContainer.waitFor(float timeoutInSeconds,
WaitMode mode)
Waits for one or more of the tasks to end up in a final state. |
Task<?,?> |
TaskContainer.waitFor(WaitMode mode)
Waits for one or more of the tasks to end up in a final state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |