Uses of Package
mandala.rami

Packages that use mandala.rami
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 Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
mandala.rami.transparency.semi Semi-transparent asynchronous method invocation mechanism implementation. 
mandala.rami.transparency.total Total-transparent asynchronous method invocation mechanism implementation. 
 

Classes in mandala.rami used by mandala.jacob
AbstractARFactory
          This abstract class provides all the necessary method to customize the CallbackManager used when creating AsynchronousReference implementation instance.
AbstractAsynchronousReference
          Abstract implementation of the AsynchronousReference interface.
AsynchronousReference
          Asynchronous reference on an object.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
CallbackManager
          This class defines methods to manage Callback instances related to AsynchronousReference.
Framework.Factory
          The Factory used to instanciate AsynchronousReference implementation.
FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
FutureServer
          This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
Reference
           
 

Classes in mandala.rami used by mandala.jacob.impl
FutureServer
          This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
 

Classes in mandala.rami used by mandala.jacob.remote
AsynchronousReference
          Asynchronous reference on an object.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
FutureServer
          This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
InvocationEventsWaiter
          This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
InvocationObserver
          This interface defines the behavior an observer of an asynchronous method invocation must have.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
ResultUpdater
          This interface provides methods to update a future object used to handle an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.jacob.remote.gpf
AsynchronousReference
          Asynchronous reference on an object.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
FutureServer
          This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
InvocationEventsWaiter
          This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
InvocationObserver
          This interface defines the behavior an observer of an asynchronous method invocation must have.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
ResultUpdater
          This interface provides methods to update a future object used to handle an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.jacob.remote.gpf.rmi
InvocationEventsWaiter
          This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
InvocationObserver
          This interface defines the behavior an observer of an asynchronous method invocation must have.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
ResultUpdater
          This interface provides methods to update a future object used to handle an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.jacob.remote.gpf.tcp
InvocationEventsWaiter
          This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
InvocationObserver
          This interface defines the behavior an observer of an asynchronous method invocation must have.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
ResultUpdater
          This interface provides methods to update a future object used to handle an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.jacob.remote.gpf.udp
InvocationEventsWaiter
          This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
InvocationObserver
          This interface defines the behavior an observer of an asynchronous method invocation must have.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
ResultUpdater
          This interface provides methods to update a future object used to handle an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.jacob.remote.rmi
AsynchronousReference
          Asynchronous reference on an object.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
FutureServer
          This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
 

Classes in mandala.rami used by mandala.rami
AsynchronousReference
          Asynchronous reference on an object.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
CallbackManager
          This class defines methods to manage Callback instances related to AsynchronousReference.
Framework.Factory
          The Factory used to instanciate AsynchronousReference implementation.
FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
InvocationEventsWaiter
          This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
InvocationObserver
          This interface defines the behavior an observer of an asynchronous method invocation must have.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
Reference
           
ResultUpdater
          This interface provides methods to update a future object used to handle an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.rami.impl
AbstractARFactory
          This abstract class provides all the necessary method to customize the CallbackManager used when creating AsynchronousReference implementation instance.
AbstractAsynchronousReference
          Abstract implementation of the AsynchronousReference interface.
AsynchronousReference
          Asynchronous reference on an object.
AsynchronousReferencePair
          An AsynchronousReferencePair is an asynchronous reference wich represents a pair of asynchronous references.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
CallbackManager
          This class defines methods to manage Callback instances related to AsynchronousReference.
Framework.Factory
          The Factory used to instanciate AsynchronousReference implementation.
FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
FutureServer
          This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
InvocationInfo
          This interface provides methods to get informations on an asynchronous method invocation.
MethodResult
          This interface represents the result returned by an asynchronous method invocation.
Reference
           
 

Classes in mandala.rami used by mandala.rami.transparency.semi
AsynchronousReference
          Asynchronous reference on an object.
Callback
          A Callback instance defines the work to do once an asynchronous method invocation had terminated.
FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
 

Classes in mandala.rami used by mandala.rami.transparency.total
AsynchronousReference
          Asynchronous reference on an object.
 



Mandala help mailing list