org.mmbase.bridge.remote
Interface RemoteRelationManager
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteRelationManager_Rmi
- public interface RemoteRelationManager
- extends java.rmi.Remote
RemoteRelationManager is a generated interface based on org.mmbase.bridge.RelationManager
This interface has almoost the same methods names as the org.mmbase.bridge.RelationManager interface.
The interface is created in such way that it can implement java.rmi.Remote.
Where needed other return values or parameters are used.
|
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)
|
getName
public java.lang.String getName()
throws java.rmi.RemoteException
getFields
public RemoteFieldList getFields()
throws java.rmi.RemoteException
getFields
public RemoteFieldList getFields(int param1)
throws java.rmi.RemoteException
getField
public RemoteField getField(java.lang.String param1)
throws java.rmi.RemoteException
getInfo
public java.lang.String getInfo(java.lang.String param1)
throws java.rmi.RemoteException
getInfo
public java.lang.String getInfo(java.lang.String param1,
javax.servlet.ServletRequest param2,
javax.servlet.ServletResponse param3)
throws java.rmi.RemoteException
createNode
public RemoteNode createNode()
throws java.rmi.RemoteException
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException
getList
public RemoteNodeList getList(java.lang.String param1,
java.lang.String param2,
java.lang.String param3)
throws java.rmi.RemoteException
getList
public RemoteNodeList getList(java.lang.String param1,
java.util.Hashtable param2)
throws java.rmi.RemoteException
getList
public RemoteNodeList getList(java.lang.String param1,
java.util.Hashtable param2,
javax.servlet.ServletRequest param3,
javax.servlet.ServletResponse param4)
throws java.rmi.RemoteException
getCloud
public RemoteCloud getCloud()
throws java.rmi.RemoteException
getGUIName
public java.lang.String getGUIName()
throws java.rmi.RemoteException
mayCreateNode
public boolean mayCreateNode()
throws java.rmi.RemoteException
getForwardRole
public java.lang.String getForwardRole()
throws java.rmi.RemoteException
getReciprocalRole
public java.lang.String getReciprocalRole()
throws java.rmi.RemoteException
getDirectionality
public int getDirectionality()
throws java.rmi.RemoteException
getSourceManager
public RemoteNodeManager getSourceManager()
throws java.rmi.RemoteException
getDestinationManager
public RemoteNodeManager getDestinationManager()
throws java.rmi.RemoteException
createRelation
public RemoteRelation createRelation(RemoteNode param1,
RemoteNode param2)
throws java.rmi.RemoteException
getRelations
public RemoteRelationList getRelations(RemoteNode param1)
throws java.rmi.RemoteException
mayCreateRelation
public boolean mayCreateRelation(RemoteNode param1,
RemoteNode param2)
throws java.rmi.RemoteException
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
MMBase 2002