org.mmbase.bridge.remote.rmi
Class RemoteIterator_Rmi<R,L>
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi<ListIterator<L>>
org.mmbase.bridge.remote.rmi.RemoteIterator_Rmi<R,L>
- All Implemented Interfaces:
- Serializable, Remote, Unreferenced, RemoteIterator<R>, ServerMappedObject
public class RemoteIterator_Rmi<R,L>
- extends ServerMappedObject_Rmi<ListIterator<L>>
- implements RemoteIterator<R>
- See Also:
- Serialized Form
- Javadoc:
- Why is this implemented?
RemoteIterator_Rmi
public RemoteIterator_Rmi(ListIterator<L> originalObject)
throws RemoteException
- Throws:
RemoteException
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface RemoteIterator<R>
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious in interface RemoteIterator<R>
next
public R next()
throws RemoteException
- Specified by:
next in interface RemoteIterator<R>
- Throws:
RemoteException
nextIndex
public int nextIndex()
- Specified by:
nextIndex in interface RemoteIterator<R>
previous
public R previous()
throws RemoteException
- Specified by:
previous in interface RemoteIterator<R>
- Throws:
RemoteException
previousIndex
public int previousIndex()
- Specified by:
previousIndex in interface RemoteIterator<R>
remove
public void remove()
- Specified by:
remove in interface RemoteIterator<R>
set
public void set(R o)
throws RemoteException
- Specified by:
set in interface RemoteIterator<R>
- Throws:
RemoteException
add
public void add(R o)
throws RemoteException
- Specified by:
add in interface RemoteIterator<R>
- Throws:
RemoteException
MMBase 2.0-SNAPSHOT - null