mandala.jacob.remote.gpf
Class RemoteMapProxy
java.lang.Object
mandala.jacob.remote.AbstractRemote
mandala.jacob.remote.AbstractLocalReferenceRetriever
mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
mandala.jacob.remote.gpf.RemoteMapProxy
- All Implemented Interfaces:
- LocalReferenceRetriever, Map, Remote, RemoteMap, Serializable
- Direct Known Subclasses:
- RemoteActiveMapProxy
- public abstract class RemoteMapProxy
- extends AbstractSingletonRemoteProxy
- implements RemoteMap
Generic proxy for remote Map
implementation.
- Version:
- $Revision: 1.3 $
- Author:
- eipi
- See Also:
AbstractRemote
,
RemoteMap
,
ExceptionHandler
,
Serialized Form
RemoteMapProxy
public RemoteMapProxy(Map map,
Client client,
Exporter exporter,
ExceptionHandler exceptionHandler)
clear
public void clear()
- Specified by:
clear
in interface Map
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map
entrySet
public Set entrySet()
- Description copied from interface:
RemoteMap
Returns a RemoteSet
value.
- Specified by:
entrySet
in interface RemoteMap
- Returns:
- a
RemoteSet
value - See Also:
RemoteSet
get
public Object get(Object key)
- Specified by:
get
in interface Map
put
public Object put(Object key,
Object object)
- Specified by:
put
in interface Map
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map
keySet
public Set keySet()
- Description copied from interface:
RemoteMap
Returns a RemoteSet
value.
- Specified by:
keySet
in interface RemoteMap
- Returns:
- a
RemoteSet
value - See Also:
RemoteSet
putAll
public void putAll(Map m)
- Specified by:
putAll
in interface Map
putAll
public void putAll(RemoteMap m)
- Specified by:
putAll
in interface RemoteMap
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map
size
public int size()
- Specified by:
size
in interface Map
values
public Collection values()
- Description copied from interface:
RemoteMap
Returns a RemoteCollection
value.
- Specified by:
values
in interface RemoteMap
- Returns:
- a
RemoteCollection
value - See Also:
RemoteCollection
toString
public String toString()
- Overrides:
toString
in class AbstractSingletonRemoteProxy
Mandala help mailing list