Uses of Interface
mandala.rami.impl.FutureFactory

Packages that use FutureFactory
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.jacob.remote.gpf.rmi GPF-RMI implementation of JACOb. 
mandala.jacob.remote.gpf.tcp GPF-TCP implementation of JACOb. 
mandala.jacob.remote.gpf.udp GPF-UDP implementation of JACOb. 
mandala.jacob.remote.rmi Direct RMI implementation of JACOb. 
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of FutureFactory in mandala.jacob
 

Fields in mandala.jacob declared as FutureFactory
protected  FutureFactory StoredObjectReference.futureFactory
          The FutureFactory instance used to create our future objects.
 

Methods in mandala.jacob that return FutureFactory
 FutureFactory StoredObjectReference.getFutureFactory()
          Returns the factory used to construct futures.
 

Methods in mandala.jacob with parameters of type FutureFactory
static StoredObjectReference StoredObjectReference.getInstance(ActiveMap activeMap, java.lang.Object key, CallbackManager callbackManager, FutureFactory futureFactory)
          Gets the instance related to the pair (activeMap, key).
protected  AsynchronousReference SORFactory.getInstance(java.lang.Object object, CallbackManager callbackManager, FutureFactory futureFactory)
          Gets a StoredObjectReference on the specified object.
 

Constructors in mandala.jacob with parameters of type FutureFactory
StoredObjectReference(ActiveMap activeMap, java.lang.Object key, CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new StoredObjectReference instance.
SORFactory(ActiveMap activeMap, FutureFactory futureFactory)
          Creates a new SORFactory instance.
SORFactory(ActiveMap activeMap, CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new SORFactory instance.
 

Uses of FutureFactory in mandala.jacob.remote
 

Subinterfaces of FutureFactory in mandala.jacob.remote
static interface RemoteActiveMap.RemoteFutureFactory
           
 

Methods in mandala.jacob.remote with parameters of type FutureFactory
 RemoteActiveMap.RemoteFutureFactory RemoteActiveMap.getDefaultFutureFactoryWrapper(FutureFactory futureFactory)
          Return the default remote future factory wrapper of "standard" (local) future factory.
 

Uses of FutureFactory in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement FutureFactory
 class AbstractFutureFactoryWrapper
          Abstract class for FutureFactory wrapper implementation.
 

Fields in mandala.jacob.remote.gpf declared as FutureFactory
protected  FutureFactory AbstractFutureFactoryWrapper.futureFactory
           
 

Constructors in mandala.jacob.remote.gpf with parameters of type FutureFactory
AbstractFutureFactoryWrapper(Exporter exporter, ExceptionHandler exceptionHandler, FutureFactory futureFactory)
           
 

Uses of FutureFactory in mandala.jacob.remote.gpf.rmi
 

Classes in mandala.jacob.remote.gpf.rmi that implement FutureFactory
 class RMIFutureFactoryWrapper
          This class wraps an instance of the FutureFactory interface in an RMI remote object.
 

Constructors in mandala.jacob.remote.gpf.rmi with parameters of type FutureFactory
RMIFutureFactoryWrapper(FutureFactory futureFactory)
           
 

Uses of FutureFactory in mandala.jacob.remote.gpf.tcp
 

Classes in mandala.jacob.remote.gpf.tcp that implement FutureFactory
 class TCPFutureFactoryWrapper
          This class wraps an instance of the FutureFactory interface in a TCP remote object.
 

Constructors in mandala.jacob.remote.gpf.tcp with parameters of type FutureFactory
TCPFutureFactoryWrapper(FutureFactory futureFactory)
           
 

Uses of FutureFactory in mandala.jacob.remote.gpf.udp
 

Classes in mandala.jacob.remote.gpf.udp that implement FutureFactory
 class UDPFutureFactoryWrapper
          This class wraps an instance of the FutureFactory interface in an UDP remote object.
 

Constructors in mandala.jacob.remote.gpf.udp with parameters of type FutureFactory
UDPFutureFactoryWrapper(FutureFactory futureFactory)
           
 

Uses of FutureFactory in mandala.jacob.remote.rmi
 

Methods in mandala.jacob.remote.rmi with parameters of type FutureFactory
 RemoteActiveMap.RemoteFutureFactory RMIActiveMap.getDefaultFutureFactoryWrapper(FutureFactory futureFactory)
           
 

Constructors in mandala.jacob.remote.rmi with parameters of type FutureFactory
RMIFutureFactoryWrapper(FutureFactory futureFactory)
           
 

Uses of FutureFactory in mandala.rami.impl
 

Classes in mandala.rami.impl that implement FutureFactory
 class BasicFutureFactory
          Basic implementation of the FutureFactory interface.
 

Fields in mandala.rami.impl declared as FutureFactory
protected  FutureFactory AbstractARImplFactory.futureFactory
          The FutureFactory to use when creating new AsynchronousReference implementation instances.
protected  FutureFactory AsynchronousReferenceImpl.futureFactory
          The FutureFactory instance used to create our future objects.
 

Methods in mandala.rami.impl that return FutureFactory
static FutureFactory AbstractARImplFactory.getDefaultFutureFactory()
          Gets the default FutureFactory used when creating new AsynchronousReference implementation instances.
 FutureFactory AsynchronousReferenceImpl.getFutureFactory()
          Returns the factory used to construct futures.
 

Methods in mandala.rami.impl with parameters of type FutureFactory
protected abstract  AsynchronousReference AbstractARImplFactory.getInstance(java.lang.Object object, CallbackManager callbackManager, FutureFactory futureFactory)
          Gets an asynchronous reference on the specified object.
protected  AsynchronousReference ARFactory.getInstance(java.lang.Object object, CallbackManager callBackManager, FutureFactory futureFactory)
           
static AsynchronousReferenceImpl AsynchronousReferenceImpl.getInstance(java.lang.Object object, CallbackManager callBackManager, FutureFactory futureFactory, AsynchronousPolicy policy)
           
 

Constructors in mandala.rami.impl with parameters of type FutureFactory
AbstractARImplFactory(FutureFactory futureFactory)
          Creates a new AbstractARImplFactory instance.
AbstractARImplFactory(CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new AbstractARImplFactory instance.
ARFactory(FutureFactory futureFactory)
          Creates a new ARFactory instance.
ARFactory(CallbackManager callBackManager, FutureFactory futureFactory)
          Creates a new ARFactory instance.
ARFactory(FutureFactory futureFactory, AsynchronousPolicyFactory apf)
          Creates a new ARFactory instance.
ARFactory(CallbackManager callBackManager, FutureFactory futureFactory, AsynchronousPolicyFactory apf)
          Creates a new ARFactory instance.
AsynchronousReferenceImpl(java.lang.Object object, CallbackManager callBackManager, FutureFactory futureFactory, AsynchronousPolicy policy)
          Creates a new AsynchronousReferenceImpl instance.
 



Mandala help mailing list