org.mmbase.bridge.remote.rmi
Class RemoteNodeManager_Rmi

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--org.mmbase.bridge.remote.rmi.RemoteNodeManager_Rmi
All Implemented Interfaces:
java.rmi.Remote, RemoteNodeManager, java.io.Serializable, java.rmi.server.Unreferenced

public class RemoteNodeManager_Rmi
extends java.rmi.server.UnicastRemoteObject
implements java.rmi.server.Unreferenced, RemoteNodeManager

RemoteNodeManager_Rmi in a generated implementation of RemoteNodeManager
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
 
Constructor Summary
RemoteNodeManager_Rmi(NodeManager originalObject)
           
 
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()
           
 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
 

Constructor Detail

RemoteNodeManager_Rmi

public RemoteNodeManager_Rmi(NodeManager originalObject)
                      throws java.rmi.RemoteException
Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Specified by:
getName in interface RemoteNodeManager

getFields

public RemoteFieldList getFields()
                          throws java.rmi.RemoteException
Specified by:
getFields in interface RemoteNodeManager

getFields

public RemoteFieldList getFields(int param1)
                          throws java.rmi.RemoteException
Specified by:
getFields in interface RemoteNodeManager

getField

public RemoteField getField(java.lang.String param1)
                     throws java.rmi.RemoteException
Specified by:
getField in interface RemoteNodeManager

getInfo

public java.lang.String getInfo(java.lang.String param1)
                         throws java.rmi.RemoteException
Specified by:
getInfo in interface RemoteNodeManager

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 RemoteNodeManager

createNode

public RemoteNode createNode()
                      throws java.rmi.RemoteException
Specified by:
createNode in interface RemoteNodeManager

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException
Specified by:
getDescription in interface RemoteNodeManager

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 RemoteNodeManager

getList

public RemoteNodeList getList(java.lang.String param1,
                              java.util.Hashtable param2)
                       throws java.rmi.RemoteException
Specified by:
getList in interface RemoteNodeManager

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 RemoteNodeManager

getCloud

public RemoteCloud getCloud()
                     throws java.rmi.RemoteException
Specified by:
getCloud in interface RemoteNodeManager

getGUIName

public java.lang.String getGUIName()
                            throws java.rmi.RemoteException
Specified by:
getGUIName in interface RemoteNodeManager

mayCreateNode

public boolean mayCreateNode()
                      throws java.rmi.RemoteException
Specified by:
mayCreateNode in interface RemoteNodeManager

getMapperCode

public java.lang.String getMapperCode()
                               throws java.rmi.RemoteException
Specified by:
getMapperCode in interface RemoteNodeManager

unreferenced

public void unreferenced()
Specified by:
unreferenced in interface java.rmi.server.Unreferenced


MMBase 2002