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