org.mmbase.bridge.remote
Interface RemoteField
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteField_Rmi
- public interface RemoteField
- extends java.rmi.Remote
RemoteField is a generated interface based on org.mmbase.bridge.Field
This interface has almoost the same methods names as the org.mmbase.bridge.Field interface.
The interface is created in such way that it can implement java.rmi.Remote.
Where needed other return values or parameters are used.
getName
public java.lang.String getName()
throws java.rmi.RemoteException
getType
public int getType()
throws java.rmi.RemoteException
getNodeManager
public RemoteNodeManager getNodeManager()
throws java.rmi.RemoteException
getGUIName
public java.lang.String getGUIName()
throws java.rmi.RemoteException
getGUIType
public java.lang.String getGUIType()
throws java.rmi.RemoteException
getState
public int getState()
throws java.rmi.RemoteException
getMaxLength
public int getMaxLength()
throws java.rmi.RemoteException
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
MMBase 2002