Uses of Interface
mandala.rami.ResultUpdater

Packages that use ResultUpdater
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 ResultUpdater in mandala.jacob.remote
 

Subinterfaces of ResultUpdater in mandala.jacob.remote
 interface RemoteFutureServer
           
 interface RemoteResultUpdater
           
 

Uses of ResultUpdater in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement ResultUpdater
 class RemoteResultUpdaterProxy
          Generic proxy for remote ResultUpdater implementation.
 

Methods in mandala.jacob.remote.gpf with parameters of type ResultUpdater
 RemoteResultUpdaterProxy Exporter.exportResultUpdater(ResultUpdater resultUpdater)
          Makes the given resultUpdater remotely accessible.
 

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

Methods in mandala.jacob.remote.gpf.rmi with parameters of type ResultUpdater
 RemoteResultUpdaterProxy RMIExporter.exportResultUpdater(ResultUpdater resultUpdater)
           
 

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

Methods in mandala.jacob.remote.gpf.tcp with parameters of type ResultUpdater
 RemoteResultUpdaterProxy TCPExporter.exportResultUpdater(ResultUpdater resultUpdater)
           
 

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

Methods in mandala.jacob.remote.gpf.udp with parameters of type ResultUpdater
 RemoteResultUpdaterProxy UDPExporter.exportResultUpdater(ResultUpdater resultUpdater)
           
 

Uses of ResultUpdater in mandala.rami
 

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



Mandala help mailing list