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.RemoteException
java.lang.Object nextElement() throws java.rmi.RemoteException, java.util.NoSuchElementException
java.rmi.RemoteException
java.util.NoSuchElementException
int size() throws java.rmi.RemoteException
java.rmi.RemoteException
void reset() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean hasNext() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object next() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object get(int index) throws java.rmi.RemoteException
java.rmi.RemoteException
void remove() throws java.rmi.RemoteException
java.rmi.RemoteException
void remove(int index) throws java.rmi.RemoteException
java.rmi.RemoteException
int getCurInvocationIndex() throws java.rmi.RemoteException
java.rmi.RemoteException
void unregister() throws java.rmi.RemoteException
java.rmi.RemoteException