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

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

Methods in mandala.jacob.remote.gpf that return RemoteIteratorProxy
 RemoteIteratorProxy Exporter.exportIterator(java.util.Iterator iterator)
          Makes the given iterator remotely accessibles.
 

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

Methods in mandala.jacob.remote.gpf.rmi that return RemoteIteratorProxy
 RemoteIteratorProxy RMIExporter.exportIterator(java.util.Iterator iterator)
           
 

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

Methods in mandala.jacob.remote.gpf.tcp that return RemoteIteratorProxy
 RemoteIteratorProxy TCPExporter.exportIterator(java.util.Iterator iterator)
           
 

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

Methods in mandala.jacob.remote.gpf.udp that return RemoteIteratorProxy
 RemoteIteratorProxy UDPExporter.exportIterator(java.util.Iterator iterator)
           
 



Mandala help mailing list