org.mmbase.bridge.remote.rmi
Class RemoteCloudContext_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteCloudContext, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteCloudContext_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteCloudContext
RemoteCloudContext_Rmi in a generated implementation of RemoteCloudContext
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 |
| 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 |
RemoteCloudContext_Rmi
public RemoteCloudContext_Rmi(CloudContext originalObject)
throws java.rmi.RemoteException
getModules
public RemoteModuleList getModules()
throws java.rmi.RemoteException
- Specified by:
getModules in interface RemoteCloudContext
getModule
public RemoteModule getModule(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getModule in interface RemoteCloudContext
getCloud
public RemoteCloud getCloud(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getCloud in interface RemoteCloudContext
getCloud
public RemoteCloud getCloud(java.lang.String param1,
java.lang.String param2,
java.util.HashMap param3)
throws java.rmi.RemoteException
- Specified by:
getCloud in interface RemoteCloudContext
getCloudNames
public RemoteStringList getCloudNames()
throws java.rmi.RemoteException
- Specified by:
getCloudNames in interface RemoteCloudContext
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteCloudContext
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002