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