mandala.jacob.remote.rmi
Class RMISetImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
mandala.jacob.remote.rmi.RMICollectionImpl
mandala.jacob.remote.rmi.RMISetImpl
- All Implemented Interfaces:
- Remote, mandala.jacob.remote.rmi.RMICollectionOp, mandala.jacob.remote.rmi.RMISetOp, Serializable
- public class RMISetImpl
- extends RMICollectionImpl
- implements mandala.jacob.remote.rmi.RMISetOp
Java-RMI implementation of the RMICollection
interface.
- Version:
- $Revision: 1.1 $
- Author:
- eipi
- See Also:
RMICollectionImpl
,
Serialized Form
RMISetImpl
public RMISetImpl(Set set)
throws RemoteException
RMISetImpl
public RMISetImpl(Set set,
int port)
throws RemoteException
toString
public String toString()
- Overrides:
toString
in class RMICollectionImpl
clear
public void clear()
throws RemoteException
- Throws:
RemoteException
contains
public boolean contains(Object object)
throws RemoteException
- Throws:
RemoteException
containsAll
public boolean containsAll(RemoteCollection collection)
throws RemoteException
- Throws:
RemoteException
iterator
public RemoteIterator iterator()
throws RemoteException
- Throws:
RemoteException
add
public boolean add(Object object)
throws RemoteException
- Throws:
RemoteException
addAll
public boolean addAll(RemoteCollection collection)
throws RemoteException
- Throws:
RemoteException
remove
public boolean remove(Object object)
throws RemoteException
- Throws:
RemoteException
removeAll
public boolean removeAll(RemoteCollection collection)
throws RemoteException
- Throws:
RemoteException
retainAll
public boolean retainAll(RemoteCollection collection)
throws RemoteException
- Throws:
RemoteException
toArray
public Object[] toArray()
throws RemoteException
- Throws:
RemoteException
toArray
public Object[] toArray(Object[] objects)
throws RemoteException
- Throws:
RemoteException
size
public int size()
throws RemoteException
- Throws:
RemoteException
isEmpty
public boolean isEmpty()
throws RemoteException
- Throws:
RemoteException
Mandala help mailing list