mandala.jacob.remote.gpf
Class AbstractRemoteProxy
java.lang.Object
mandala.jacob.remote.AbstractRemote
mandala.jacob.remote.gpf.AbstractRemoteProxy
- All Implemented Interfaces:
- Remote, Serializable
- Direct Known Subclasses:
- RemoteCancelableProxy, RemoteInvocationEventsWaiterProxy, RemoteInvocationInfoProxy, RemoteInvocationObserverProxy, RemoteIteratorProxy, RemoteMapProxy.RemoteEntryProxy, RemoteMethodResultProxy, RemoteResultUpdaterProxy, RemoteThreadProxy
- public abstract class AbstractRemoteProxy
- extends AbstractRemote
Abstract base class for remote proxy implementation.
This class contains two fields:
- the
client
field which is used in subclasses to
communicate whith a remote server;
- the
exporter
field which is used when an object must be
exported.
This class does not manage the singleton property. See AbstractSingletonRemoteProxy
for this purpose.
- Version:
- $Revision: 1.3 $
- Author:
- eipi
- See Also:
Client
,
Exporter
,
AbstractRemote
,
Serialized Form
client
protected final Client client
exporter
protected final Exporter exporter
toString
public String toString()
- Overrides:
toString
in class AbstractRemote
Mandala help mailing list