mandala.jacob.remote.gpf
Class RemoteSetProxy

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.AbstractLocalReferenceRetriever
          extended bymandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
              extended bymandala.jacob.remote.gpf.RemoteCollectionProxy
                  extended bymandala.jacob.remote.gpf.RemoteSetProxy
All Implemented Interfaces:
java.util.Collection, LocalReferenceRetriever, Remote, RemoteCollection, RemoteSet, java.io.Serializable, java.util.Set

public abstract class RemoteSetProxy
extends RemoteCollectionProxy
implements RemoteSet

Generic proxy for remote Set implementation.

Version:
$Revision: 1.2 $
Author:
eipi
See Also:
AbstractRemote, RemoteSet, ExceptionHandler, Serialized Form

Nested 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

RemoteSetProxy

public RemoteSetProxy(java.util.Set set,
                      Client client,
                      Exporter exporter,
                      ExceptionHandler exceptionHandler)
Method Detail

toString

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


Mandala help mailing list