org.mmbase.bridge.remote
Interface RemoteIterator<E>
- All Superinterfaces:
- Remote, ServerMappedObject
- All Known Implementing Classes:
- RemoteIterator_Rmi
public interface RemoteIterator<E>
- extends ServerMappedObject
hasNext
boolean hasNext()
throws RemoteException
- Throws:
RemoteException
next
E next()
throws RemoteException
- Throws:
RemoteException
hasPrevious
boolean hasPrevious()
throws RemoteException
- Throws:
RemoteException
previous
E previous()
throws RemoteException
- Throws:
RemoteException
nextIndex
int nextIndex()
throws RemoteException
- Throws:
RemoteException
previousIndex
int previousIndex()
throws RemoteException
- Throws:
RemoteException
remove
void remove()
throws RemoteException
- Throws:
RemoteException
set
void set(E o)
throws RemoteException
- Throws:
RemoteException
add
void add(E o)
throws RemoteException
- Throws:
RemoteException
MMBase 2.0-SNAPSHOT - null