Uses of Interface
mandala.rami.impl.AsynchronousPolicy

Packages that use AsynchronousPolicy
mandala.jacob.impl Contains an implementation of the active map concept.  
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of AsynchronousPolicy in mandala.jacob.impl
 

Fields in mandala.jacob.impl declared as AsynchronousPolicy
protected  AsynchronousPolicy ActiveMapImpl.policy
          The method policy.
 

Constructors in mandala.jacob.impl with parameters of type AsynchronousPolicy
ActiveMapImpl(AsynchronousPolicy policy)
           
ActiveMapImpl(int initialCapacity, float initialLoadFactor, AsynchronousPolicy policy)
           
ActiveMapImpl(int initialCapacity, AsynchronousPolicy policy)
           
ActiveMapImpl(java.util.Map map, AsynchronousPolicy policy)
           
 

Uses of AsynchronousPolicy in mandala.rami.impl
 

Classes in mandala.rami.impl that implement AsynchronousPolicy
 class FifoPolicy
          Single-threaded, FIFO implementation of the AsynchronousPolicy interface.
 class ListAsynchronousPolicy
          Abstract implementation of the SingleThreadedSemantic backed by a List which stores asynchronous methods invocation request.
 class RandomPolicy
          Single-threaded, random implementation of the AsynchronousPolicy interface.
 class SynchronousSemantic
          Synchronous implementation of the AsynchronousPolicy interface.
 class ThreadedPolicy
          Concurrent, threaded implementation of the AsynchronousPolicy interface.
 class ThreadPooledPolicy
          Concurrent, thredpooled implementation of the AsynchronousPolicy interface.
 

Fields in mandala.rami.impl declared as AsynchronousPolicy
protected  AsynchronousPolicy AsynchronousReferenceImpl.policy
          The asynchronous policy.
 

Methods in mandala.rami.impl that return AsynchronousPolicy
 AsynchronousPolicy AsynchronousPolicyFactory.getAsynchronousPolicy(java.lang.Object object)
          Returns the asynchronous policy an asynchronous reference on the given object must have.
 AsynchronousPolicy SharedAPFactory.getAsynchronousPolicy(java.lang.Object object)
           
 AsynchronousPolicy AsynchronousReferenceImpl.getAsynchronousPolicy()
          Returns the object used to invoke method on the object returned by getObject().
 AsynchronousPolicy RandomAPFactory.getAsynchronousPolicy(java.lang.Object object)
           
 AsynchronousPolicy FifoAPFactory.getAsynchronousPolicy(java.lang.Object object)
           
 

Methods in mandala.rami.impl with parameters of type AsynchronousPolicy
static AsynchronousReferenceImpl AsynchronousReferenceImpl.getInstance(java.lang.Object object, CallbackManager callBackManager, FutureFactory futureFactory, AsynchronousPolicy policy)
           
 

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



Mandala help mailing list