Uses of Interface
mandala.jacob.remote.RemoteMap

Packages that use RemoteMap
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. 
 

Uses of RemoteMap in mandala.jacob.remote
 

Subinterfaces of RemoteMap in mandala.jacob.remote
 interface RemoteActiveMap
          Represents a remote active map.
 

Methods in mandala.jacob.remote with parameters of type RemoteMap
 void RemoteMap.putAll(RemoteMap remoteMap)
           
 

Uses of RemoteMap in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement RemoteMap
 class RemoteActiveMapProxy
          Generic proxy for remote ActiveMap implementation.
 class RemoteMapProxy
          Generic proxy for remote Map implementation.
 

Methods in mandala.jacob.remote.gpf with parameters of type RemoteMap
 void RemoteMapProxy.putAll(RemoteMap m)
           
 

Uses of RemoteMap in mandala.jacob.remote.rmi
 

Classes in mandala.jacob.remote.rmi that implement RemoteMap
 class RMIActiveMap
          Java-RMI RemoteActiveMap implementation.
 class RMIMap
          Java-RMI Map implementation.
 

Methods in mandala.jacob.remote.rmi with parameters of type RemoteMap
 void RMIMap.putAll(RemoteMap m)
           
 



Mandala help mailing list