Uses of Interface
org.globus.cog.karajan.workflow.futures.Future

Packages that use Future
org.globus.cog.karajan.workflow.events   
org.globus.cog.karajan.workflow.futures   
 

Uses of Future in org.globus.cog.karajan.workflow.events
 

Methods in org.globus.cog.karajan.workflow.events that return Future
 Future FutureNotificationEvent.getFuture()
           
 

Constructors in org.globus.cog.karajan.workflow.events with parameters of type Future
FutureNotificationEvent(int subtype, FlowElement source, Future f, VariableStack stack)
           
 

Uses of Future in org.globus.cog.karajan.workflow.futures
 

Subinterfaces of Future in org.globus.cog.karajan.workflow.futures
 interface FutureIterator
           
 interface FutureList
           
 

Classes in org.globus.cog.karajan.workflow.futures that implement Future
 class ForwardArgumentFuture
           
 class FutureNameBindingVariableArguments
           
 class FutureNamedArgument
           
 class FutureVariableArguments
           
static class FutureVariableArguments.Iterator
           
 class FutureVariableArgumentsOperator
           
 

Methods in org.globus.cog.karajan.workflow.futures that return Future
 Future FutureFault.getFuture()
           
 

Methods in org.globus.cog.karajan.workflow.futures with parameters of type Future
 void FuturesMonitor.add(EventTargetPair etp, Future f)
           
 

Constructors in org.globus.cog.karajan.workflow.futures with parameters of type Future
FutureFault(Future f)
           
FutureFault(Future f, String op)
           
FutureIteratorIncomplete(Future f, FutureIterator i)
           
FutureNotYetAvailable(Future f)
           
FutureNotYetAvailable(Future f, String op)