public interface OpInniIteratorRemote
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int index) |
int |
getCurInvocationIndex() |
boolean |
hasMoreElements() |
boolean |
hasNext() |
java.lang.Object |
next() |
java.lang.Object |
nextElement() |
void |
remove() |
void |
remove(int index) |
void |
reset() |
int |
size() |
void |
unregister() |
boolean hasMoreElements()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object nextElement()
throws java.rmi.RemoteException,
java.util.NoSuchElementException
java.rmi.RemoteExceptionjava.util.NoSuchElementExceptionint size() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid reset()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasNext()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object next()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object get(int index)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid remove()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid remove(int index)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCurInvocationIndex()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unregister()
throws java.rmi.RemoteException
java.rmi.RemoteException