mandala.jacob.remote.gpf
Class RemoteMapProxy.RemoteEntryProxy
java.lang.Object
mandala.jacob.remote.AbstractRemote
mandala.jacob.remote.gpf.AbstractRemoteProxy
mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy
- All Implemented Interfaces:
- java.util.Map.Entry, Remote, RemoteMap.RemoteEntry, java.io.Serializable
- Enclosing class:
- RemoteMapProxy
- public abstract static class RemoteMapProxy.RemoteEntryProxy
- extends AbstractRemoteProxy
- implements RemoteMap.RemoteEntry
Generic proxy for remote Map.Entry
implementation.
- Version:
- $Revision: 1.4 $
- Author:
- eipi
- See Also:
RemoteMap.RemoteEntry
,
ExceptionHandler
,
AbstractRemote
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
RemoteMapProxy.RemoteEntryProxy
public RemoteMapProxy.RemoteEntryProxy(Client client,
Exporter exporter,
ExceptionHandler exceptionHandler)
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object object)
- Specified by:
setValue
in interface java.util.Map.Entry
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractRemoteProxy
Mandala help mailing list