mandala.jacob.remote.gpf
Class RemoteCollectionProxy
java.lang.Object
mandala.jacob.remote.AbstractRemote
mandala.jacob.remote.AbstractLocalReferenceRetriever
mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
mandala.jacob.remote.gpf.RemoteCollectionProxy
- All Implemented Interfaces:
- Collection, LocalReferenceRetriever, Remote, RemoteCollection, Serializable
- Direct Known Subclasses:
- RemoteSetProxy
- public abstract class RemoteCollectionProxy
- extends AbstractSingletonRemoteProxy
- implements RemoteCollection
Generic proxy for remote Collection
implementation.
- Version:
- $Revision: 1.3 $
- Author:
- eipi
- See Also:
AbstractRemote
,
RemoteCollection
,
ExceptionHandler
,
Serialized Form
RemoteCollectionProxy
public RemoteCollectionProxy(Collection collection,
Client client,
Exporter exporter,
ExceptionHandler exceptionHandler)
clear
public void clear()
- Specified by:
clear
in interface Collection
contains
public boolean contains(Object object)
- Specified by:
contains
in interface Collection
containsAll
public boolean containsAll(Collection collection)
- Specified by:
containsAll
in interface Collection
containsAll
public boolean containsAll(RemoteCollection collection)
- Specified by:
containsAll
in interface RemoteCollection
iterator
public Iterator iterator()
- Specified by:
iterator
in interface Collection
add
public boolean add(Object object)
- Specified by:
add
in interface Collection
addAll
public boolean addAll(Collection collection)
- Specified by:
addAll
in interface Collection
addAll
public boolean addAll(RemoteCollection collection)
- Specified by:
addAll
in interface RemoteCollection
remove
public boolean remove(Object object)
- Specified by:
remove
in interface Collection
removeAll
public boolean removeAll(Collection collection)
- Specified by:
removeAll
in interface Collection
removeAll
public boolean removeAll(RemoteCollection collection)
- Specified by:
removeAll
in interface RemoteCollection
retainAll
public boolean retainAll(Collection collection)
- Specified by:
retainAll
in interface Collection
retainAll
public boolean retainAll(RemoteCollection collection)
- Specified by:
retainAll
in interface RemoteCollection
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection
toArray
public Object[] toArray(Object[] objects)
- Specified by:
toArray
in interface Collection
size
public int size()
- Specified by:
size
in interface Collection
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection
toString
public String toString()
- Overrides:
toString
in class AbstractSingletonRemoteProxy
Mandala help mailing list