mandala.jacob.remote.rmi
Class RMISet

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.AbstractLocalReferenceRetriever
          extended bymandala.jacob.remote.rmi.RMISingletonRemoteProxy
              extended bymandala.jacob.remote.rmi.RMICollection
                  extended bymandala.jacob.remote.rmi.RMISet
All Implemented Interfaces:
java.util.Collection, LocalReferenceRetriever, java.rmi.Remote, Remote, RemoteCollection, RemoteSet, java.io.Serializable, java.util.Set

public class RMISet
extends RMICollection
implements RemoteSet

Java-RMI Set implementation.

Version:
$Revision: 1.3 $
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.rmi.RMICollection
rmiCollection, singletonGiver
 
Fields inherited from class mandala.jacob.remote.AbstractRemote
defaultExceptionHandler, exceptionHandler, syslog
 
Method Summary
static RMISet newServer(java.util.Set set)
           
static RMISet newServer(java.util.Set set, int port)
           
 java.lang.String toString()
           
 
Methods inherited from class mandala.jacob.remote.rmi.RMICollection
add, addAll, addAll, clear, contains, containsAll, containsAll, isEmpty, iterator, newServer, newServer, readResolve, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray
 
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
 

Method Detail

newServer

public static RMISet newServer(java.util.Set set)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

newServer

public static RMISet newServer(java.util.Set set,
                               int port)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

toString

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


Mandala help mailing list