org.mmbase.bridge.remote
Interface RemoteNodeManager

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteNodeManager_Rmi

public interface RemoteNodeManager
extends java.rmi.Remote

RemoteNodeManager is a generated interface based on org.mmbase.bridge.NodeManager
This interface has almoost the same methods names as the org.mmbase.bridge.NodeManager 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()
           
 RemoteCloud getCloud()
           
 java.lang.String getDescription()
           
 RemoteField getField(java.lang.String param1)
           
 RemoteFieldList getFields()
           
 RemoteFieldList getFields(int param1)
           
 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()
           
 boolean mayCreateNode()
           
 

Method Detail

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

getMapperCode

public java.lang.String getMapperCode()
                               throws java.rmi.RemoteException


MMBase 2002