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

Packages that use Client
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
 

Uses of Client in mandala.jacob.remote.gpf
 

Fields in mandala.jacob.remote.gpf declared as Client
protected  Client AbstractSingletonRemoteProxy.client
           
protected  Client AbstractRemoteProxy.client
           
 

Constructors in mandala.jacob.remote.gpf with parameters of type Client
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)
           
RemoteActiveMapProxy(ActiveMap activeMap, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
RemoteSetProxy(java.util.Set set, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
 



Mandala help mailing list