|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmandala.jacob.remote.AbstractRemote
mandala.jacob.remote.gpf.AbstractRemoteProxy
Abstract base class for remote proxy implementation.
This class contains two fields:
client field which is used in subclasses to
communicate whith a remote server;
exporter field which is used when an object must be
exported.This class does not manage the singleton property. See AbstractSingletonRemoteProxy for this purpose.
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 |
protected final Client client
protected final Exporter exporter
| Method Detail |
public java.lang.String toString()
toString in class AbstractRemote
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||