mandala.jacob.remote.rmi
Class RMIMap.RMIEntry

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.rmi.RMIAbstractRemoteProxy
          extended bymandala.jacob.remote.rmi.RMIMap.RMIEntry
All Implemented Interfaces:
java.util.Map.Entry, java.rmi.Remote, Remote, RemoteMap.RemoteEntry, java.io.Serializable
Enclosing class:
RMIMap

public static class RMIMap.RMIEntry
extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy
implements RemoteMap.RemoteEntry, java.rmi.Remote

Java-RMI Map.Entry implementation.

Version:
$Revision: 1.5 $
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
protected  RMIMapOp.RMIEntryOp rmiEntry
           
 
Fields inherited from class mandala.jacob.remote.AbstractRemote
defaultExceptionHandler, exceptionHandler, syslog
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
static RMIMap.RMIEntry newServer(java.util.Map.Entry entry)
           
 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
 

Field Detail

rmiEntry

protected RMIMapOp.RMIEntryOp rmiEntry
Method Detail

newServer

public static RMIMap.RMIEntry newServer(java.util.Map.Entry entry)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

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()


Mandala help mailing list