org.mmbase.bridge.remote.rmi
Class RemoteRelationManager_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteRelationManager_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteRelationManager, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteRelationManager_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteRelationManager
RemoteRelationManager_Rmi in a generated implementation of RemoteRelationManager
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 |
|
Method Summary |
RemoteNode |
createNode()
|
RemoteRelation |
createRelation(RemoteNode param1,
RemoteNode param2)
|
RemoteCloud |
getCloud()
|
java.lang.String |
getDescription()
|
RemoteNodeManager |
getDestinationManager()
|
int |
getDirectionality()
|
RemoteField |
getField(java.lang.String param1)
|
RemoteFieldList |
getFields()
|
RemoteFieldList |
getFields(int param1)
|
java.lang.String |
getForwardRole()
|
java.lang.String |
getGUIName()
|
java.lang.String |
getInfo(java.lang.String param1)
|
java.lang.String |
getInfo(java.lang.String param1,
javax.servlet.ServletRequest param2,
javax.servlet.ServletResponse param3)
|
RemoteNodeList |
getList(java.lang.String param1,
java.util.Hashtable param2)
|
RemoteNodeList |
getList(java.lang.String param1,
java.util.Hashtable param2,
javax.servlet.ServletRequest param3,
javax.servlet.ServletResponse param4)
|
RemoteNodeList |
getList(java.lang.String param1,
java.lang.String param2,
java.lang.String param3)
|
java.lang.String |
getMapperCode()
|
java.lang.String |
getName()
|
java.lang.String |
getReciprocalRole()
|
RemoteRelationList |
getRelations(RemoteNode param1)
|
RemoteNodeManager |
getSourceManager()
|
boolean |
mayCreateNode()
|
boolean |
mayCreateRelation(RemoteNode param1,
RemoteNode param2)
|
void |
unreferenced()
|
| 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 |
RemoteRelationManager_Rmi
public RemoteRelationManager_Rmi(RelationManager originalObject)
throws java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Specified by:
getName in interface RemoteRelationManager
getFields
public RemoteFieldList getFields()
throws java.rmi.RemoteException
- Specified by:
getFields in interface RemoteRelationManager
getFields
public RemoteFieldList getFields(int param1)
throws java.rmi.RemoteException
- Specified by:
getFields in interface RemoteRelationManager
getField
public RemoteField getField(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getField in interface RemoteRelationManager
getInfo
public java.lang.String getInfo(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getInfo in interface RemoteRelationManager
getInfo
public java.lang.String getInfo(java.lang.String param1,
javax.servlet.ServletRequest param2,
javax.servlet.ServletResponse param3)
throws java.rmi.RemoteException
- Specified by:
getInfo in interface RemoteRelationManager
createNode
public RemoteNode createNode()
throws java.rmi.RemoteException
- Specified by:
createNode in interface RemoteRelationManager
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException
- Specified by:
getDescription in interface RemoteRelationManager
getList
public RemoteNodeList getList(java.lang.String param1,
java.lang.String param2,
java.lang.String param3)
throws java.rmi.RemoteException
- Specified by:
getList in interface RemoteRelationManager
getList
public RemoteNodeList getList(java.lang.String param1,
java.util.Hashtable param2)
throws java.rmi.RemoteException
- Specified by:
getList in interface RemoteRelationManager
getList
public RemoteNodeList getList(java.lang.String param1,
java.util.Hashtable param2,
javax.servlet.ServletRequest param3,
javax.servlet.ServletResponse param4)
throws java.rmi.RemoteException
- Specified by:
getList in interface RemoteRelationManager
getCloud
public RemoteCloud getCloud()
throws java.rmi.RemoteException
- Specified by:
getCloud in interface RemoteRelationManager
getGUIName
public java.lang.String getGUIName()
throws java.rmi.RemoteException
- Specified by:
getGUIName in interface RemoteRelationManager
mayCreateNode
public boolean mayCreateNode()
throws java.rmi.RemoteException
- Specified by:
mayCreateNode in interface RemoteRelationManager
getForwardRole
public java.lang.String getForwardRole()
throws java.rmi.RemoteException
- Specified by:
getForwardRole in interface RemoteRelationManager
getReciprocalRole
public java.lang.String getReciprocalRole()
throws java.rmi.RemoteException
- Specified by:
getReciprocalRole in interface RemoteRelationManager
getDirectionality
public int getDirectionality()
throws java.rmi.RemoteException
- Specified by:
getDirectionality in interface RemoteRelationManager
getSourceManager
public RemoteNodeManager getSourceManager()
throws java.rmi.RemoteException
- Specified by:
getSourceManager in interface RemoteRelationManager
getDestinationManager
public RemoteNodeManager getDestinationManager()
throws java.rmi.RemoteException
- Specified by:
getDestinationManager in interface RemoteRelationManager
createRelation
public RemoteRelation createRelation(RemoteNode param1,
RemoteNode param2)
throws java.rmi.RemoteException
- Specified by:
createRelation in interface RemoteRelationManager
getRelations
public RemoteRelationList getRelations(RemoteNode param1)
throws java.rmi.RemoteException
- Specified by:
getRelations in interface RemoteRelationManager
mayCreateRelation
public boolean mayCreateRelation(RemoteNode param1,
RemoteNode param2)
throws java.rmi.RemoteException
- Specified by:
mayCreateRelation in interface RemoteRelationManager
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteRelationManager
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002