|
|||||||||||
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.AbstractLocalReferenceRetriever
mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
mandala.jacob.remote.gpf.RemoteCollectionProxy
mandala.jacob.remote.gpf.RemoteSetProxy
Generic proxy for remote Set
implementation.
AbstractRemote
,
RemoteSet
,
ExceptionHandler
,
Serialized FormNested Class Summary |
Nested classes inherited from class mandala.jacob.remote.RemoteCollection |
RemoteCollection.RemoteCollectionMethods |
Field Summary |
Fields inherited from class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy |
client, exporter |
Fields inherited from class mandala.jacob.remote.AbstractRemote |
defaultExceptionHandler, exceptionHandler, syslog |
Constructor Summary | |
RemoteSetProxy(java.util.Set set,
Client client,
Exporter exporter,
ExceptionHandler exceptionHandler)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class mandala.jacob.remote.gpf.RemoteCollectionProxy |
add, addAll, addAll, clear, contains, containsAll, containsAll, isEmpty, iterator, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray |
Methods inherited from class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy |
readResolve |
Methods inherited from class mandala.jacob.remote.AbstractLocalReferenceRetriever |
finalize, getID, getLocalReference |
Methods inherited from class mandala.jacob.remote.AbstractRemote |
getDefaultExceptionHandler, getExceptionHandler, getSyslog, handleException, setDefaultExceptionHandler, setExceptionHandler, setSyslog |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface mandala.jacob.remote.RemoteCollection |
addAll, containsAll, removeAll, retainAll |
Methods inherited from interface mandala.jacob.remote.LocalReferenceRetriever |
getID, getLocalReference |
Methods inherited from interface mandala.jacob.remote.Remote |
getExceptionHandler, setExceptionHandler |
Constructor Detail |
public RemoteSetProxy(java.util.Set set, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
Method Detail |
public java.lang.String toString()
toString
in class RemoteCollectionProxy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |