org.mmbase.bridge.remote.rmi
Class RemoteRelationManagerIterator_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteRelationManagerIterator_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteRelationManagerIterator, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteRelationManagerIterator_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteRelationManagerIterator
RemoteRelationManagerIterator_Rmi in a generated implementation of RemoteRelationManagerIterator
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 |
RemoteRelationManagerIterator_Rmi
public RemoteRelationManagerIterator_Rmi(RelationManagerIterator originalObject)
throws java.rmi.RemoteException
next
public java.lang.Object next()
throws java.rmi.RemoteException
- Specified by:
next in interface RemoteRelationManagerIterator
remove
public void remove()
throws java.rmi.RemoteException
- Specified by:
remove in interface RemoteRelationManagerIterator
hasNext
public boolean hasNext()
throws java.rmi.RemoteException
- Specified by:
hasNext in interface RemoteRelationManagerIterator
set
public void set(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
set in interface RemoteRelationManagerIterator
add
public void add(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
add in interface RemoteRelationManagerIterator
previousIndex
public int previousIndex()
throws java.rmi.RemoteException
- Specified by:
previousIndex in interface RemoteRelationManagerIterator
previous
public java.lang.Object previous()
throws java.rmi.RemoteException
- Specified by:
previous in interface RemoteRelationManagerIterator
nextIndex
public int nextIndex()
throws java.rmi.RemoteException
- Specified by:
nextIndex in interface RemoteRelationManagerIterator
hasPrevious
public boolean hasPrevious()
throws java.rmi.RemoteException
- Specified by:
hasPrevious in interface RemoteRelationManagerIterator
nextNodeManager
public RemoteNodeManager nextNodeManager()
throws java.rmi.RemoteException
- Specified by:
nextNodeManager in interface RemoteRelationManagerIterator
nextRelationManager
public RemoteRelationManager nextRelationManager()
throws java.rmi.RemoteException
- Specified by:
nextRelationManager in interface RemoteRelationManagerIterator
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteRelationManagerIterator
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002