Uses of Package
mandala.rami.impl

Packages that use mandala.rami.impl
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.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
 

Classes in mandala.rami.impl used by mandala.jacob
AbstractARImplFactory
          This abstract class provides all the necessary method to customize the CallbackManager and the FutureFactory used when creating AsynchronousReference implementation instances which depends on FutureFactory objects as AsynchronousReferenceImpl and StoredObjectReference.
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
 

Classes in mandala.rami.impl used by mandala.jacob.impl
AsynchronousPolicy
          This interface defines the policy given to asynchronous method invocation.
 

Classes in mandala.rami.impl used by mandala.jacob.remote
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
 

Classes in mandala.rami.impl used by mandala.jacob.remote.gpf
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
FutureFactory.FutureComponents
          A FutureComponents object wraps both side of a future object : the client side and the server side.
 

Classes in mandala.rami.impl used by mandala.jacob.remote.gpf.rmi
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
 

Classes in mandala.rami.impl used by mandala.jacob.remote.gpf.tcp
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
 

Classes in mandala.rami.impl used by mandala.jacob.remote.gpf.udp
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
 

Classes in mandala.rami.impl used by mandala.jacob.remote.rmi
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
FutureFactory.FutureComponents
          A FutureComponents object wraps both side of a future object : the client side and the server side.
 

Classes in mandala.rami.impl used by mandala.rami.impl
AbstractARImplFactory
          This abstract class provides all the necessary method to customize the CallbackManager and the FutureFactory used when creating AsynchronousReference implementation instances which depends on FutureFactory objects as AsynchronousReferenceImpl and StoredObjectReference.
AsynchronousPolicy
          This interface defines the policy given to asynchronous method invocation.
AsynchronousPolicyFactory
          This interface defines the factory which gives AsynchronousPolicy when creating AsynchronousReferenceImpl object.
AsynchronousReferenceImpl
          Implementation of the AsynchronousReference interface.
AsynchronousReferencePairImpl
          Direct implementation of the AsynchronousReferencePair class.
ConcurrentSemantic
          This interface serves only to identify asynchonous policies which implement a concurrent semantic.
FutureFactory
          This interface defines a factory used by AsynchronousReferenceImpl to create future object.
FutureFactory.FutureComponents
          A FutureComponents object wraps both side of a future object : the client side and the server side.
ListAsynchronousPolicy
          Abstract implementation of the SingleThreadedSemantic backed by a List which stores asynchronous methods invocation request.
MethodInvoker
          Implements the reflexive method invocation mechanism.
ResultsGrouper.TerminatedCall
           
SharedAPFactory
          Shared asynchronous policy factory.
SingleThreadedSemantic
          This interface serves only to identify asynchonous policies which implement a non-concurrent single-threaded semantic.
 



Mandala help mailing list