Uses of Interface
org.jboss.aspects.asynch.Future

Packages that use Future
org.jboss.aspects.asynch   
 

Uses of Future in org.jboss.aspects.asynch
 

Subinterfaces of Future in org.jboss.aspects.asynch
 interface RemotableFuture
          Comment
 

Classes in org.jboss.aspects.asynch that implement Future
 class FutureImpl
          Comment
 class FutureProxy
          Comment
 

Methods in org.jboss.aspects.asynch that return Future
 Future AsynchMixin.getFuture()
           
 Future AsynchProvider.getFuture()
           
 Future AsynchProxyMixin.getFuture()
           
 

Methods in org.jboss.aspects.asynch with parameters of type Future
 void FutureHolder.setFuture(Future future)
           
 void AsynchMixin.setFuture(Future future)
           
protected  void AsynchAspect.setupLocalFuture(org.jboss.aop.joinpoint.MethodInvocation invocation, Future future)
           
 void AsynchProxyMixin.setFuture(Future future)
           
 void FutureProxy.setDelegate(Future delegate)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.