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