org.mmbase.bridge.remote.rmi
Class RemoteModule_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteModule_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteModule, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteModule_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteModule
RemoteModule_Rmi in a generated implementation of RemoteModule
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 |
RemoteCloudContext |
getCloudContext()
|
java.lang.String |
getDescription()
|
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)
|
java.lang.String |
getMapperCode()
|
java.lang.String |
getName()
|
void |
process(java.lang.String param1,
java.lang.Object param2)
|
void |
process(java.lang.String param1,
java.lang.Object param2,
java.util.Hashtable param3)
|
void |
process(java.lang.String param1,
java.lang.Object param2,
java.util.Hashtable param3,
javax.servlet.ServletRequest param4,
javax.servlet.ServletResponse param5)
|
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 |
RemoteModule_Rmi
public RemoteModule_Rmi(Module originalObject)
throws java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Specified by:
getName in interface RemoteModule
process
public void process(java.lang.String param1,
java.lang.Object param2)
throws java.rmi.RemoteException
- Specified by:
process in interface RemoteModule
process
public void process(java.lang.String param1,
java.lang.Object param2,
java.util.Hashtable param3)
throws java.rmi.RemoteException
- Specified by:
process in interface RemoteModule
process
public void process(java.lang.String param1,
java.lang.Object param2,
java.util.Hashtable param3,
javax.servlet.ServletRequest param4,
javax.servlet.ServletResponse param5)
throws java.rmi.RemoteException
- Specified by:
process in interface RemoteModule
getInfo
public java.lang.String getInfo(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getInfo in interface RemoteModule
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 RemoteModule
getCloudContext
public RemoteCloudContext getCloudContext()
throws java.rmi.RemoteException
- Specified by:
getCloudContext in interface RemoteModule
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException
- Specified by:
getDescription in interface RemoteModule
getList
public RemoteNodeList getList(java.lang.String param1,
java.util.Hashtable param2)
throws java.rmi.RemoteException
- Specified by:
getList in interface RemoteModule
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 RemoteModule
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteModule
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002