Uses of Interface
mandala.rami.FutureClient

Packages that use FutureClient
mandala.jacob Specification and implementation of the Java Active Container of Objects concept. 
mandala.jacob.remote This package is dedicated to remote implementation of the active map concept. 
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
mandala.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
mandala.rami.transparency.semi Semi-transparent asynchronous method invocation mechanism implementation. 
 

Uses of FutureClient in mandala.jacob
 

Methods in mandala.jacob that return FutureClient
 FutureClient StoredObjectReference.call(MethodOp method, java.lang.Object[] args, Callback callback)
           
 

Uses of FutureClient in mandala.jacob.remote
 

Subinterfaces of FutureClient in mandala.jacob.remote
 interface RemoteFutureClient
           
 

Uses of FutureClient in mandala.jacob.remote.gpf
 

Methods in mandala.jacob.remote.gpf that return FutureClient
 FutureClient AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper.getFutureClient(Cancelable cancelable)
           
 

Uses of FutureClient in mandala.rami
 

Classes in mandala.rami that implement FutureClient
 class AbstractFutureClient
          Abstract implementation of the FutureClient interface.
 

Methods in mandala.rami that return FutureClient
 FutureClient AsynchronousReference.call(MethodOp method, java.lang.Object[] args)
          Call a method asynchronously.
 FutureClient AsynchronousReference.call(MethodOp method, java.lang.Object[] args, Callback callback)
          Call a method asynchronously.
 FutureClient AbstractAsynchronousReference.call(MethodOp method, java.lang.Object[] args)
           
abstract  FutureClient AbstractAsynchronousReference.call(MethodOp method, java.lang.Object[] args, Callback callBack)
           
 

Uses of FutureClient in mandala.rami.impl
 

Methods in mandala.rami.impl that return FutureClient
 FutureClient AsynchronousReferencePairImpl.call(MethodOp method, java.lang.Object[] args, Callback callback)
           
 FutureClient AsynchronousReferenceImpl.call(MethodOp method, java.lang.Object[] args, Callback callBack)
           
 FutureClient FutureFactory.FutureComponents.getFutureClient(Cancelable cancelable)
          Returns the client side of the future components.
 

Uses of FutureClient in mandala.rami.transparency.semi
 

Methods in mandala.rami.transparency.semi that return FutureClient
 FutureClient SemiTransparentAsynchronousProxy.rami_hashCode()
           
 FutureClient SemiTransparentAsynchronousProxy.rami_hashCode(Callback callback)
           
 FutureClient SemiTransparentAsynchronousProxy.rami_equals(java.lang.Object object)
           
 FutureClient SemiTransparentAsynchronousProxy.rami_equals(java.lang.Object object, Callback callback)
           
 FutureClient SemiTransparentAsynchronousProxy.rami_toString()
           
 FutureClient SemiTransparentAsynchronousProxy.rami_toString(Callback callback)
           
 



Mandala help mailing list