Uses of Interface
rcf.core.concurrent.schedule.Future

Packages that use Future
rcf.core.concurrent.schedule Support for task management, this package similar in concept to java.util.concurrent, but is integrated with the rcf.core.concurrent.events package. 
rcf.core.framework.component The basis of the RCF component framework, on top of which all the bundling and application level indirection is built. 
 

Uses of Future in rcf.core.concurrent.schedule
 

Subinterfaces of Future in rcf.core.concurrent.schedule
 interface InterruptibleFuture
          TODO: Javadoc
 interface RunnableFuture<T>
          TODO: Javadoc TODO: Document normal states: Runnable -> Committed
 

Classes in rcf.core.concurrent.schedule that implement Future
 class MethodRunnableFuture
          TODO: Javadoc
 

Uses of Future in rcf.core.framework.component
 

Classes in rcf.core.framework.component that implement Future
 class DynamicOperation.Default.Continuation
          TODO: Javadoc