mandala.jacob.remote.gpf
Class AbstractRemoteProxy

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.gpf.AbstractRemoteProxy
All Implemented Interfaces:
Remote, java.io.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:

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

Field Summary
protected  Client client
           
protected  Exporter exporter
           
 
Fields inherited from class mandala.jacob.remote.AbstractRemote
defaultExceptionHandler, exceptionHandler, syslog
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class mandala.jacob.remote.AbstractRemote
getDefaultExceptionHandler, getExceptionHandler, getSyslog, handleException, setDefaultExceptionHandler, setExceptionHandler, setSyslog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

client

protected final Client client

exporter

protected final Exporter exporter
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AbstractRemote


Mandala help mailing list