Uses of Class
mandala.jacob.remote.gpf.RemoteCollectionProxy

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

Uses of RemoteCollectionProxy in mandala.jacob.remote.gpf
 

Subclasses of RemoteCollectionProxy in mandala.jacob.remote.gpf
 class RemoteSetProxy
          Generic proxy for remote Set implementation.
 

Methods in mandala.jacob.remote.gpf that return RemoteCollectionProxy
 RemoteCollectionProxy Exporter.exportCollection(java.util.Collection collection)
          Makes the given collection remotely acessible.
 

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

Methods in mandala.jacob.remote.gpf.rmi that return RemoteCollectionProxy
 RemoteCollectionProxy RMIExporter.exportCollection(java.util.Collection collection)
           
 

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

Methods in mandala.jacob.remote.gpf.tcp that return RemoteCollectionProxy
 RemoteCollectionProxy TCPExporter.exportCollection(java.util.Collection collection)
           
 

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

Methods in mandala.jacob.remote.gpf.udp that return RemoteCollectionProxy
 RemoteCollectionProxy UDPExporter.exportCollection(java.util.Collection collection)
           
 



Mandala help mailing list