org.mmbase.bridge.remote.rmi
Class RemoteCloud_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteCloud_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteCloud, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteCloud_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteCloud
RemoteCloud_Rmi in a generated implementation of RemoteCloud
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 |
RemoteTransaction |
createTransaction()
|
RemoteTransaction |
createTransaction(java.lang.String param1)
|
RemoteTransaction |
createTransaction(java.lang.String param1,
boolean param2)
|
RemoteCloudContext |
getCloudContext()
|
java.lang.String |
getDescription()
|
RemoteNodeList |
getList(java.lang.String param1,
java.lang.String param2,
java.lang.String param3,
java.lang.String param4,
java.lang.String param5,
java.lang.String param6,
java.lang.String param7,
boolean param8)
|
java.lang.String |
getMapperCode()
|
java.lang.String |
getName()
|
RemoteNode |
getNode(int param1)
|
RemoteNode |
getNode(java.lang.String param1)
|
RemoteNode |
getNodeByAlias(java.lang.String param1)
|
RemoteNodeManager |
getNodeManager(java.lang.String param1)
|
RemoteNodeManagerList |
getNodeManagers()
|
RemoteRelationManager |
getRelationManager(java.lang.String param1)
|
RemoteRelationManager |
getRelationManager(java.lang.String param1,
java.lang.String param2,
java.lang.String param3)
|
RemoteRelationManagerList |
getRelationManagers()
|
RemoteTransaction |
getTransaction(java.lang.String param1)
|
RemoteUser |
getUser()
|
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 |
RemoteCloud_Rmi
public RemoteCloud_Rmi(Cloud originalObject)
throws java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Specified by:
getName in interface RemoteCloud
getNode
public RemoteNode getNode(int param1)
throws java.rmi.RemoteException
- Specified by:
getNode in interface RemoteCloud
getNode
public RemoteNode getNode(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getNode in interface RemoteCloud
getNodeByAlias
public RemoteNode getNodeByAlias(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getNodeByAlias in interface RemoteCloud
getNodeManagers
public RemoteNodeManagerList getNodeManagers()
throws java.rmi.RemoteException
- Specified by:
getNodeManagers in interface RemoteCloud
getNodeManager
public RemoteNodeManager getNodeManager(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getNodeManager in interface RemoteCloud
getRelationManager
public RemoteRelationManager getRelationManager(java.lang.String param1,
java.lang.String param2,
java.lang.String param3)
throws java.rmi.RemoteException
- Specified by:
getRelationManager in interface RemoteCloud
getRelationManager
public RemoteRelationManager getRelationManager(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getRelationManager in interface RemoteCloud
getRelationManagers
public RemoteRelationManagerList getRelationManagers()
throws java.rmi.RemoteException
- Specified by:
getRelationManagers in interface RemoteCloud
getCloudContext
public RemoteCloudContext getCloudContext()
throws java.rmi.RemoteException
- Specified by:
getCloudContext in interface RemoteCloud
createTransaction
public RemoteTransaction createTransaction()
throws java.rmi.RemoteException
- Specified by:
createTransaction in interface RemoteCloud
createTransaction
public RemoteTransaction createTransaction(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
createTransaction in interface RemoteCloud
createTransaction
public RemoteTransaction createTransaction(java.lang.String param1,
boolean param2)
throws java.rmi.RemoteException
- Specified by:
createTransaction in interface RemoteCloud
getTransaction
public RemoteTransaction getTransaction(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getTransaction in interface RemoteCloud
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException
- Specified by:
getDescription in interface RemoteCloud
getUser
public RemoteUser getUser()
throws java.rmi.RemoteException
- Specified by:
getUser in interface RemoteCloud
getList
public RemoteNodeList getList(java.lang.String param1,
java.lang.String param2,
java.lang.String param3,
java.lang.String param4,
java.lang.String param5,
java.lang.String param6,
java.lang.String param7,
boolean param8)
throws java.rmi.RemoteException
- Specified by:
getList in interface RemoteCloud
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteCloud
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002