org.mmbase.bridge.remote.rmi
Class RemoteField_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteField_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteField, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteField_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteField
RemoteField_Rmi in a generated implementation of RemoteField
This implementation is used by rmic to create a stub and skelton for communication between remote and server.
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteField_Rmi
public RemoteField_Rmi(Field originalObject)
throws java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Specified by:
getName in interface RemoteField
getType
public int getType()
throws java.rmi.RemoteException
- Specified by:
getType in interface RemoteField
getNodeManager
public RemoteNodeManager getNodeManager()
throws java.rmi.RemoteException
- Specified by:
getNodeManager in interface RemoteField
getGUIName
public java.lang.String getGUIName()
throws java.rmi.RemoteException
- Specified by:
getGUIName in interface RemoteField
getGUIType
public java.lang.String getGUIType()
throws java.rmi.RemoteException
- Specified by:
getGUIType in interface RemoteField
getState
public int getState()
throws java.rmi.RemoteException
- Specified by:
getState in interface RemoteField
getMaxLength
public int getMaxLength()
throws java.rmi.RemoteException
- Specified by:
getMaxLength in interface RemoteField
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteField
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002