mandala.jacob.remote.gpf
Class RemoteMapProxy.RemoteEntryProxy

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.gpf.AbstractRemoteProxy
          extended bymandala.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

Nested Class Summary
 
Nested classes inherited from class mandala.jacob.remote.RemoteMap.RemoteEntry
RemoteMap.RemoteEntry.RemoteEntryMethods
 
Field Summary
 
Fields inherited from class mandala.jacob.remote.gpf.AbstractRemoteProxy
client, exporter
 
Fields inherited from class mandala.jacob.remote.AbstractRemote
defaultExceptionHandler, exceptionHandler, syslog
 
Constructor Summary
RemoteMapProxy.RemoteEntryProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 java.lang.Object setValue(java.lang.Object object)
           
 java.lang.String toString()
           
 
Methods inherited from class mandala.jacob.remote.AbstractRemote
getDefaultExceptionHandler, getExceptionHandler, getSyslog, handleException, setDefaultExceptionHandler, setExceptionHandler, setSyslog
 
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
 
Methods inherited from interface mandala.jacob.remote.Remote
getExceptionHandler, setExceptionHandler
 

Constructor Detail

RemoteMapProxy.RemoteEntryProxy

public RemoteMapProxy.RemoteEntryProxy(Client client,
                                       Exporter exporter,
                                       ExceptionHandler exceptionHandler)
Method Detail

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