Uses of Interface
mandala.jacob.remote.gpf.Exporter

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

Fields in mandala.jacob.remote.gpf declared as Exporter
protected  Exporter AbstractSingletonRemoteProxy.exporter
           
protected  Exporter AbstractRemoteProxy.exporter
           
protected  Exporter AbstractFutureFactoryWrapper.exporter
           
 

Constructors in mandala.jacob.remote.gpf with parameters of type Exporter
RemoteInvocationEventsWaiterProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteThreadProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteCancelableProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteCollectionProxy(java.util.Collection collection, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteInvocationInfoProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteResultUpdaterProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteInvocationObserverProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteMethodResultProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteIteratorProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteMapProxy(java.util.Map map, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteMapProxy.RemoteEntryProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
AbstractFutureFactoryWrapper(Exporter exporter, ExceptionHandler exceptionHandler, FutureFactory futureFactory)
           
RemoteActiveMapProxy(ActiveMap activeMap, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteSetProxy(java.util.Set set, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
 

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

Classes in mandala.jacob.remote.gpf.rmi that implement Exporter
 class RMIExporter
           
 

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

Classes in mandala.jacob.remote.gpf.tcp that implement Exporter
 class TCPExporter
           
 

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

Classes in mandala.jacob.remote.gpf.udp that implement Exporter
 class UDPExporter
           
 



Mandala help mailing list