Uses of Interface
mandala.rami.impl.AsynchronousPolicyFactory

Packages that use AsynchronousPolicyFactory
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of AsynchronousPolicyFactory in mandala.rami.impl
 

Classes in mandala.rami.impl that implement AsynchronousPolicyFactory
 class FifoAPFactory
          Unshared fifo asynchronous policy factory.
 class RandomAPFactory
          Unshared random asynchronous policy factory.
 class SharedAPFactory
          Shared asynchronous policy factory.
 class ThreadedAPFactory
          Shared threaded asynchronous policy factory.
 class ThreadPooledAPFactory
          Shared thread-pooled asynchronous policy factory.
 

Fields in mandala.rami.impl declared as AsynchronousPolicyFactory
protected  AsynchronousPolicyFactory ARFactory.apf
          The AsynchronousPolicyFactory to use when creating new AsynchronousReferenceImpl instances.
 

Methods in mandala.rami.impl that return AsynchronousPolicyFactory
static AsynchronousPolicyFactory ARFactory.getDefaultAPFactory()
          Gets the default AsynchronousPolicyFactory used when creating new AsynchronousReferenceImpl instances.
 

Methods in mandala.rami.impl with parameters of type AsynchronousPolicyFactory
static void ARFactory.setDefaultAPFactory(AsynchronousPolicyFactory apf)
          Sets the default AsynchronousPolicyFactory to use when creating new AsynchronousReferenceImpl instances.
 

Constructors in mandala.rami.impl with parameters of type AsynchronousPolicyFactory
ARFactory(AsynchronousPolicyFactory apf)
          Creates a new ARFactory instance.
ARFactory(CallbackManager callBackManager, AsynchronousPolicyFactory apf)
          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.
 



Mandala help mailing list