Uses of Class
org.ogf.saga.task.WaitMode

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.
 



Copyright © 2014 Open Grid Forum. All rights reserved.