Uses of Interface
mandala.rami.InvocationObserver

Packages that use InvocationObserver
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
 

Uses of InvocationObserver in mandala.jacob.remote
 

Subinterfaces of InvocationObserver in mandala.jacob.remote
 interface RemoteFutureClient
           
 interface RemoteInvocationObserver
           
 

Uses of InvocationObserver in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement InvocationObserver
 class RemoteInvocationObserverProxy
          Generic proxy for remote InvocationObserver implementation.
 

Methods in mandala.jacob.remote.gpf with parameters of type InvocationObserver
 RemoteInvocationObserverProxy Exporter.exportInvocationObserver(InvocationObserver invocationObserver)
          Makes the given invocationObserver remotely accessible.
 

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

Methods in mandala.jacob.remote.gpf.rmi with parameters of type InvocationObserver
 RemoteInvocationObserverProxy RMIExporter.exportInvocationObserver(InvocationObserver invocationObserver)
           
 

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

Methods in mandala.jacob.remote.gpf.tcp with parameters of type InvocationObserver
 RemoteInvocationObserverProxy TCPExporter.exportInvocationObserver(InvocationObserver invocationObserver)
           
 

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

Methods in mandala.jacob.remote.gpf.udp with parameters of type InvocationObserver
 RemoteInvocationObserverProxy UDPExporter.exportInvocationObserver(InvocationObserver invocationObserver)
           
 

Uses of InvocationObserver in mandala.rami
 

Subinterfaces of InvocationObserver in mandala.rami
 interface FutureClient
          This interface represents the final future object any client must use to deal with an asynchronous method invocation.
 

Classes in mandala.rami that implement InvocationObserver
 class AbstractFutureClient
          Abstract implementation of the FutureClient interface.
 



Mandala help mailing list