Uses of Interface
mandala.rami.FutureServer

Packages that use FutureServer
mandala.jacob Specification and implementation of the Java Active Container of Objects concept. 
mandala.jacob.impl Contains an implementation of the active map 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.jacob.remote.rmi Direct RMI implementation of JACOb. 
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of FutureServer in mandala.jacob
 

Methods in mandala.jacob with parameters of type FutureServer
 Cancelable ActiveMap.call(java.lang.Object key, FutureServer futureServer)
          Allows objects to do an asynchronous call on a method of the object associated with the given key.
 

Uses of FutureServer in mandala.jacob.impl
 

Methods in mandala.jacob.impl with parameters of type FutureServer
 Cancelable ActiveMapImpl.call(java.lang.Object key, FutureServer future)
           
 

Uses of FutureServer in mandala.jacob.remote
 

Subinterfaces of FutureServer in mandala.jacob.remote
 interface RemoteFutureServer
           
 

Uses of FutureServer in mandala.jacob.remote.gpf
 

Methods in mandala.jacob.remote.gpf that return FutureServer
 FutureServer AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper.getFutureServer()
           
 

Methods in mandala.jacob.remote.gpf with parameters of type FutureServer
 Cancelable RemoteActiveMapProxy.call(java.lang.Object key, FutureServer future)
           
 

Uses of FutureServer in mandala.jacob.remote.rmi
 

Methods in mandala.jacob.remote.rmi with parameters of type FutureServer
 Cancelable RMIActiveMap.call(java.lang.Object key, FutureServer future)
           
 

Uses of FutureServer in mandala.rami.impl
 

Fields in mandala.rami.impl declared as FutureServer
protected  FutureServer MethodInvoker.future
          The FutureServer to use for the invocation.
 

Methods in mandala.rami.impl that return FutureServer
 FutureServer MethodInvoker.getFuture()
          Returns the future given at instanciation.
 FutureServer FutureFactory.FutureComponents.getFutureServer()
          Returns the server side of the future components.
 

Methods in mandala.rami.impl with parameters of type FutureServer
 Cancelable AsynchronousPolicy.call(java.lang.Object object, FutureServer futureServer)
          Invoke a method.
 Cancelable SynchronousSemantic.call(java.lang.Object object, FutureServer futureServer)
          Direct implementation of a method invocation.
 Cancelable ListAsynchronousPolicy.call(java.lang.Object object, FutureServer futureServer)
          Asynchronous implementation of a method invocation.
 Cancelable ThreadPooledPolicy.call(java.lang.Object object, FutureServer futureServer)
          Asynchronous implementation of a method invocation.
 Cancelable ThreadedPolicy.call(java.lang.Object object, FutureServer futureServer)
          Asynchronous implementation of a method invocation.
 

Constructors in mandala.rami.impl with parameters of type FutureServer
MethodInvoker(java.lang.Object object, FutureServer future)
          Creates a new MethodInvoker instance.
 



Mandala help mailing list