|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a remote collection.
Methods which takes Collection
in argument such as
addAll()
, wrapped them in a RemoteCollection
which
are proxies to the real collection and are not copies of them.
The method iterator()
returns in fact a
RemoteIterator
which is a proxy on the real iterator normally
returned.
This interface should be the only access to a remote collection for any remote clients.
Remote
,
ExceptionHandler
,
Collection
Nested Class Summary | |
static class |
RemoteCollection.RemoteCollectionMethods
|
Method Summary | |
boolean |
addAll(RemoteCollection collection)
|
boolean |
containsAll(RemoteCollection collection)
|
boolean |
removeAll(RemoteCollection collection)
|
boolean |
retainAll(RemoteCollection collection)
|
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface mandala.jacob.remote.LocalReferenceRetriever |
getID, getLocalReference |
Methods inherited from interface mandala.jacob.remote.Remote |
getExceptionHandler, setExceptionHandler |
Method Detail |
public boolean containsAll(RemoteCollection collection)
public boolean addAll(RemoteCollection collection)
public boolean removeAll(RemoteCollection collection)
public boolean retainAll(RemoteCollection collection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |