Uses of Interface
mandala.rami.Callback

Packages that use Callback
mandala.jacob Specification and implementation of the Java Active Container of Objects 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.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. 
 

Uses of Callback in mandala.jacob
 

Classes in mandala.jacob that implement Callback
 class CleanerCallback
          Cleaner callback.
 

Methods in mandala.jacob with parameters of type Callback
 FutureClient StoredObjectReference.call(MethodOp method, java.lang.Object[] args, Callback callback)
           
 

Uses of Callback in mandala.jacob.remote
 

Methods in mandala.jacob.remote that return Callback
 Callback RemoteActiveMap.CallRemoteExceptionInfo.getCallback()
           
 

Uses of Callback in mandala.jacob.remote.gpf
 

Methods in mandala.jacob.remote.gpf that return Callback
 Callback RemoteInvocationInfoProxy.getCallback()
           
 

Methods in mandala.jacob.remote.gpf with parameters of type Callback
 FutureFactory.FutureComponents AbstractFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callBack)
           
 

Uses of Callback in mandala.jacob.remote.rmi
 

Methods in mandala.jacob.remote.rmi with parameters of type Callback
 FutureFactory.FutureComponents RMIFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callBack)
           
 FutureFactory.FutureComponents RMIDistributedFutureFactory.getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callBack)
           
 

Uses of Callback in mandala.rami
 

Fields in mandala.rami declared as Callback
 Callback AbstractFutureClient.callback
           
 

Methods in mandala.rami that return Callback
 Callback InvocationInfo.getCallback()
          Returns the Callback instance to use when the method invocation is considered terminated.
 Callback AbstractFutureClient.getCallback()
           
 Callback CallbackManager.getGlobalCallback()
          Returns this global object scope Callback.
 Callback CallbackManager.getLocalCallback()
          Returns the local thread scope Callback.
 Callback CallbackManager.getCallback()
          Returns the local thread scope Callback if it exists, returns the global object scope Callback otherwise.
 

Methods in mandala.rami with parameters of type Callback
 FutureClient AsynchronousReference.call(MethodOp method, java.lang.Object[] args, Callback callback)
          Call a method asynchronously.
abstract  FutureClient AbstractAsynchronousReference.call(MethodOp method, java.lang.Object[] args, Callback callBack)
           
 void CallbackManager.setGlobalCallback(Callback callback)
          Sets this global object scope Callback.
 void CallbackManager.setLocalCallback(Callback callback)
          Sets the local thread scope Callback.
 

Constructors in mandala.rami with parameters of type Callback
AbstractFutureClient(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callback)
           
 

Uses of Callback in mandala.rami.impl
 

Classes in mandala.rami.impl that implement Callback
 class BenchmarkerCallback
           
 class CallbackList
          Provides a list of Callback seen as a unique Callback.
 class CallbackListeners
          This implementation of the Callback interface provides event driven progamming style.
 class EmptyCallback
          Empty implementation of the Callback interface.
 class InterrupterCallback
          This implementation of the Callback interface provides the earlier warning mechanism.
 class ResultsGrouper
          Groups asynchronous method invocation results.
 class SyslogCallback
          This implementation of the Callback interface is intended for debugging purpose.
 

Methods in mandala.rami.impl that return Callback
 Callback CallbackManagerImpl.getGlobalCallback()
           
 Callback CallbackManagerImpl.getLocalCallback()
           
 Callback CallbackManagerImpl.getCallback()
           
 Callback[] CallbackList.getList()
           
 

Methods in mandala.rami.impl with parameters of type Callback
 FutureFactory.FutureComponents BasicFutureFactory.getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callback)
           
 FutureClient AsynchronousReferencePairImpl.call(MethodOp method, java.lang.Object[] args, Callback callback)
           
 void CallbackManagerImpl.setGlobalCallback(Callback callback)
           
 void CallbackManagerImpl.setLocalCallback(Callback callback)
           
 void CallbackList.addCallback(Callback callback)
           
 void CallbackList.remove(Callback callback)
           
 void CallbackList.setList(Callback[] list)
           
 FutureClient AsynchronousReferenceImpl.call(MethodOp method, java.lang.Object[] args, Callback callBack)
           
 FutureFactory.FutureComponents FutureFactory.getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callback)
          Returns the FutureComponents of the specified reflexive asynchronous method invocation.
 void CallbackListeners.addResultListener(Callback resultListener)
          Adds the specified Callback to the result listeners list.
 void CallbackListeners.removeResultListener(Callback resultListener)
          Removes the specified Callback from the result listeners list.
 void CallbackListeners.addExceptionListener(Callback exceptionListener)
          Adds the specified Callback to the exception listeners list.
 void CallbackListeners.removeExceptionListener(Callback exceptionListener)
          Removes the specified Callback from the exception listeners list.
 

Constructors in mandala.rami.impl with parameters of type Callback
CallbackList(Callback[] list)
          Creates a new CallbackList instance.
 

Uses of Callback in mandala.rami.transparency.semi
 

Methods in mandala.rami.transparency.semi with parameters of type Callback
 FutureClient SemiTransparentAsynchronousProxy.rami_hashCode(Callback callback)
           
 FutureClient SemiTransparentAsynchronousProxy.rami_equals(java.lang.Object object, Callback callback)
           
 FutureClient SemiTransparentAsynchronousProxy.rami_toString(Callback callback)
           
 



Mandala help mailing list