Uses of Interface
mandala.rami.CallbackManager

Packages that use CallbackManager
mandala.jacob Specification and implementation of the Java Active Container of Objects concept. 
mandala.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of CallbackManager in mandala.jacob
 

Methods in mandala.jacob with parameters of type CallbackManager
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 CallbackManager
StoredObjectReference(ActiveMap activeMap, java.lang.Object key, CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new StoredObjectReference instance.
SORFactory(ActiveMap activeMap, CallbackManager callbackManager)
          Creates a new SORFactory instance.
SORFactory(ActiveMap activeMap, CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new SORFactory instance.
 

Uses of CallbackManager in mandala.rami
 

Fields in mandala.rami declared as CallbackManager
protected  CallbackManager AbstractAsynchronousReference.callbackManager
          The manager of Callback for this instance.
protected  CallbackManager AbstractARFactory.callbackManager
          The CallbackManager to use when creating new AsynchronousReference implementation instances.
 

Methods in mandala.rami that return CallbackManager
 CallbackManager AsynchronousReference.getCallbackManager()
          Returns the CallbackManager of this instance.
 CallbackManager AbstractAsynchronousReference.getCallbackManager()
           
static CallbackManager AbstractARFactory.getDefaultCallbackManager()
          Gets the default CallbackManager used when creating new AsynchronousReference implementation instances.
 

Methods in mandala.rami with parameters of type CallbackManager
protected abstract  AsynchronousReference AbstractARFactory.getInstance(java.lang.Object object, CallbackManager callbackManager)
          Gets an asynchronous reference on the specified object.
 

Constructors in mandala.rami with parameters of type CallbackManager
AbstractAsynchronousReference(CallbackManager callbackManager)
          Creates a new AbstractAsynchronousReference instance.
AbstractARFactory(CallbackManager callbackManager)
          Creates a new AbstractARFactory instance.
 

Uses of CallbackManager in mandala.rami.impl
 

Classes in mandala.rami.impl that implement CallbackManager
 class CallbackManagerImpl
          Implementation of the CallbackManager interface.
 

Methods in mandala.rami.impl that return CallbackManager
 CallbackManager AsynchronousReferencePairImpl.getCallbackManager()
           
 

Methods in mandala.rami.impl with parameters of type CallbackManager
 AsynchronousReference ARPFactory.getInstance(java.lang.Object object, CallbackManager callbackManager)
           
 AsynchronousReference AbstractARImplFactory.getInstance(java.lang.Object object, CallbackManager callbackManager)
           
protected abstract  AsynchronousReference AbstractARImplFactory.getInstance(java.lang.Object object, CallbackManager callbackManager, FutureFactory futureFactory)
          Gets an asynchronous reference on the specified object.
static AsynchronousReferencePairImpl AsynchronousReferencePairImpl.getInstance(AsynchronousReference head, CallbackManager callbackManager)
          Gets the AsynchronousReferencePairImpl instance which handles reflexive asynchronous method invocation on the specified pair of asynchronous reference.
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 CallbackManager
ARPFactory(Framework.Factory headerFactory, Framework.Factory tailerFactory, CallbackManager callbackManager)
           
AbstractARImplFactory(CallbackManager callbackManager)
          Creates a new AbstractARImplFactory instance.
AbstractARImplFactory(CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new AbstractARImplFactory instance.
AsynchronousReferencePairImpl(AsynchronousReference head, CallbackManager callbackManager)
          Creates a new AsynchronousReferencePairImpl instance.
ARFactory(CallbackManager callBackManager)
          Creates a new ARFactory instance.
ARFactory(CallbackManager callBackManager, FutureFactory futureFactory)
          Creates a new ARFactory instance.
ARFactory(CallbackManager callBackManager, 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