|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteCollection | |
mandala.jacob.remote | This package is dedicated to remote implementation of the active map concept. |
mandala.jacob.remote.gpf | Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. |
mandala.jacob.remote.rmi | Direct RMI implementation of JACOb. |
Uses of RemoteCollection in mandala.jacob.remote |
Subinterfaces of RemoteCollection in mandala.jacob.remote | |
interface |
RemoteSet
Represents a remote set. |
Methods in mandala.jacob.remote with parameters of type RemoteCollection | |
boolean |
RemoteCollection.containsAll(RemoteCollection collection)
|
boolean |
RemoteCollection.addAll(RemoteCollection collection)
|
boolean |
RemoteCollection.removeAll(RemoteCollection collection)
|
boolean |
RemoteCollection.retainAll(RemoteCollection collection)
|
Uses of RemoteCollection in mandala.jacob.remote.gpf |
Classes in mandala.jacob.remote.gpf that implement RemoteCollection | |
class |
RemoteCollectionProxy
Generic proxy for remote Collection implementation. |
class |
RemoteSetProxy
Generic proxy for remote Set implementation. |
Methods in mandala.jacob.remote.gpf with parameters of type RemoteCollection | |
boolean |
RemoteCollectionProxy.containsAll(RemoteCollection collection)
|
boolean |
RemoteCollectionProxy.addAll(RemoteCollection collection)
|
boolean |
RemoteCollectionProxy.removeAll(RemoteCollection collection)
|
boolean |
RemoteCollectionProxy.retainAll(RemoteCollection collection)
|
Uses of RemoteCollection in mandala.jacob.remote.rmi |
Classes in mandala.jacob.remote.rmi that implement RemoteCollection | |
class |
RMICollection
Java-RMI Collection implementation. |
class |
RMISet
Java-RMI Set implementation. |
Methods in mandala.jacob.remote.rmi with parameters of type RemoteCollection | |
boolean |
RMICollection.containsAll(RemoteCollection collection)
|
boolean |
RMICollection.addAll(RemoteCollection collection)
|
boolean |
RMICollection.removeAll(RemoteCollection collection)
|
boolean |
RMICollection.retainAll(RemoteCollection collection)
|
boolean |
RMICollectionImpl.containsAll(RemoteCollection collection)
|
boolean |
RMICollectionImpl.addAll(RemoteCollection collection)
|
boolean |
RMICollectionImpl.removeAll(RemoteCollection collection)
|
boolean |
RMICollectionImpl.retainAll(RemoteCollection collection)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |