Uses of Interface
mandala.rami.InvocationInfo

Packages that use InvocationInfo
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.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.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
 

Uses of InvocationInfo in mandala.jacob
 

Methods in mandala.jacob with parameters of type InvocationInfo
 void CleanerCallback.done(InvocationInfo info, MethodResult result)
           
 

Uses of InvocationInfo in mandala.jacob.remote
 

Subinterfaces of InvocationInfo in mandala.jacob.remote
 interface RemoteFutureClient
           
 interface RemoteFutureServer
           
 interface RemoteInvocationInfo
           
 

Classes in mandala.jacob.remote that implement InvocationInfo
static class RemoteActiveMap.CallRemoteExceptionInfo
          This class ease the handling of RemoteActiveMap.call() method thrown exceptions.
 

Uses of InvocationInfo in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement InvocationInfo
 class RemoteInvocationInfoProxy
          Generic proxy for remote InvocationInfo implementation.
 

Methods in mandala.jacob.remote.gpf with parameters of type InvocationInfo
 RemoteInvocationInfoProxy Exporter.exportInvocationInfo(InvocationInfo info)
          Makes the given info remotely accessible.
 

Uses of InvocationInfo in mandala.jacob.remote.gpf.rmi
 

Methods in mandala.jacob.remote.gpf.rmi with parameters of type InvocationInfo
 RemoteInvocationInfoProxy RMIExporter.exportInvocationInfo(InvocationInfo invocationInfo)
           
 

Uses of InvocationInfo in mandala.jacob.remote.gpf.tcp
 

Methods in mandala.jacob.remote.gpf.tcp with parameters of type InvocationInfo
 RemoteInvocationInfoProxy TCPExporter.exportInvocationInfo(InvocationInfo invocationInfo)
           
 

Uses of InvocationInfo in mandala.jacob.remote.gpf.udp
 

Methods in mandala.jacob.remote.gpf.udp with parameters of type InvocationInfo
 RemoteInvocationInfoProxy UDPExporter.exportInvocationInfo(InvocationInfo invocationInfo)
           
 

Uses of InvocationInfo in mandala.rami
 

Subinterfaces of InvocationInfo in mandala.rami
 interface FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
 interface 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 that implement InvocationInfo
 class AbstractFutureClient
          Abstract implementation of the FutureClient interface.
 

Methods in mandala.rami with parameters of type InvocationInfo
 void Callback.done(InvocationInfo invocationInfo, MethodResult methodResult)
          This method is called once an asynchronous method invocation had been considered terminated.
 

Uses of InvocationInfo in mandala.rami.impl
 

Fields in mandala.rami.impl declared as InvocationInfo
 InvocationInfo ResultsGrouper.TerminatedCall.invocationInfo
           
 

Methods in mandala.rami.impl with parameters of type InvocationInfo
 void BenchmarkerCallback.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 void ResultsGrouper.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 void SyslogCallback.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 void EmptyCallback.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 void InterrupterCallback.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 void CallbackList.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 void CallbackListeners.done(InvocationInfo invocationInfo, MethodResult methodResult)
           
 

Constructors in mandala.rami.impl with parameters of type InvocationInfo
ResultsGrouper.TerminatedCall(InvocationInfo invocationInfo, MethodResult methodResult)
           
 



Mandala help mailing list