org.mmbase.bridge.remote.rmi
Class RemoteNode_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteNode_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteNode, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteNode_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteNode
RemoteNode_Rmi in a generated implementation of RemoteNode
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 |
RemoteNode_Rmi
public RemoteNode_Rmi(Node originalObject)
throws java.rmi.RemoteException
getValue
public java.lang.Object getValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getValue in interface RemoteNode
getContext
public java.lang.String getContext()
throws java.rmi.RemoteException
- Specified by:
getContext in interface RemoteNode
delete
public void delete()
throws java.rmi.RemoteException
- Specified by:
delete in interface RemoteNode
delete
public void delete(boolean param1)
throws java.rmi.RemoteException
- Specified by:
delete in interface RemoteNode
setValue
public void setValue(java.lang.String param1,
java.lang.Object param2)
throws java.rmi.RemoteException
- Specified by:
setValue in interface RemoteNode
getNodeValue
public RemoteNode getNodeValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getNodeValue in interface RemoteNode
getNodeManager
public RemoteNodeManager getNodeManager()
throws java.rmi.RemoteException
- Specified by:
getNodeManager in interface RemoteNode
commit
public void commit()
throws java.rmi.RemoteException
- Specified by:
commit in interface RemoteNode
cancel
public void cancel()
throws java.rmi.RemoteException
- Specified by:
cancel in interface RemoteNode
getCloud
public RemoteCloud getCloud()
throws java.rmi.RemoteException
- Specified by:
getCloud in interface RemoteNode
createRelation
public RemoteRelation createRelation(RemoteNode param1,
RemoteRelationManager param2)
throws java.rmi.RemoteException
- Specified by:
createRelation in interface RemoteNode
getRelations
public RemoteRelationList getRelations()
throws java.rmi.RemoteException
- Specified by:
getRelations in interface RemoteNode
getRelations
public RemoteRelationList getRelations(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getRelations in interface RemoteNode
getRelations
public RemoteRelationList getRelations(java.lang.String param1,
java.lang.String param2)
throws java.rmi.RemoteException
- Specified by:
getRelations in interface RemoteNode
getNumber
public int getNumber()
throws java.rmi.RemoteException
- Specified by:
getNumber in interface RemoteNode
setIntValue
public void setIntValue(java.lang.String param1,
int param2)
throws java.rmi.RemoteException
- Specified by:
setIntValue in interface RemoteNode
setFloatValue
public void setFloatValue(java.lang.String param1,
float param2)
throws java.rmi.RemoteException
- Specified by:
setFloatValue in interface RemoteNode
setDoubleValue
public void setDoubleValue(java.lang.String param1,
double param2)
throws java.rmi.RemoteException
- Specified by:
setDoubleValue in interface RemoteNode
setByteValue
public void setByteValue(java.lang.String param1,
byte[] param2)
throws java.rmi.RemoteException
- Specified by:
setByteValue in interface RemoteNode
setLongValue
public void setLongValue(java.lang.String param1,
long param2)
throws java.rmi.RemoteException
- Specified by:
setLongValue in interface RemoteNode
setStringValue
public void setStringValue(java.lang.String param1,
java.lang.String param2)
throws java.rmi.RemoteException
- Specified by:
setStringValue in interface RemoteNode
getBooleanValue
public boolean getBooleanValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getBooleanValue in interface RemoteNode
getIntValue
public int getIntValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getIntValue in interface RemoteNode
getFloatValue
public float getFloatValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getFloatValue in interface RemoteNode
getLongValue
public long getLongValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getLongValue in interface RemoteNode
getDoubleValue
public double getDoubleValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getDoubleValue in interface RemoteNode
getByteValue
public byte[] getByteValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getByteValue in interface RemoteNode
getStringValue
public java.lang.String getStringValue(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getStringValue in interface RemoteNode
hasRelations
public boolean hasRelations()
throws java.rmi.RemoteException
- Specified by:
hasRelations in interface RemoteNode
deleteRelations
public void deleteRelations()
throws java.rmi.RemoteException
- Specified by:
deleteRelations in interface RemoteNode
deleteRelations
public void deleteRelations(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
deleteRelations in interface RemoteNode
countRelations
public int countRelations()
throws java.rmi.RemoteException
- Specified by:
countRelations in interface RemoteNode
countRelations
public int countRelations(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
countRelations in interface RemoteNode
getRelatedNodes
public RemoteNodeList getRelatedNodes()
throws java.rmi.RemoteException
- Specified by:
getRelatedNodes in interface RemoteNode
getRelatedNodes
public RemoteNodeList getRelatedNodes(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
getRelatedNodes in interface RemoteNode
countRelatedNodes
public int countRelatedNodes(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
countRelatedNodes in interface RemoteNode
getAliases
public RemoteStringList getAliases()
throws java.rmi.RemoteException
- Specified by:
getAliases in interface RemoteNode
createAlias
public void createAlias(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
createAlias in interface RemoteNode
deleteAlias
public void deleteAlias(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
deleteAlias in interface RemoteNode
setContext
public void setContext(java.lang.String param1)
throws java.rmi.RemoteException
- Specified by:
setContext in interface RemoteNode
getPossibleContexts
public RemoteStringList getPossibleContexts()
throws java.rmi.RemoteException
- Specified by:
getPossibleContexts in interface RemoteNode
mayWrite
public boolean mayWrite()
throws java.rmi.RemoteException
- Specified by:
mayWrite in interface RemoteNode
mayDelete
public boolean mayDelete()
throws java.rmi.RemoteException
- Specified by:
mayDelete in interface RemoteNode
mayLink
public boolean mayLink()
throws java.rmi.RemoteException
- Specified by:
mayLink in interface RemoteNode
mayChangeContext
public boolean mayChangeContext()
throws java.rmi.RemoteException
- Specified by:
mayChangeContext in interface RemoteNode
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteNode
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002