public class OpInniIteratorRemoteImpl extends java.rmi.server.UnicastRemoteObject implements OpInniIteratorRemote
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
index |
(package private) java.util.ListIterator<Invocation> |
listIt |
(package private) static long |
serialVersionUID |
(package private) java.util.List<Invocation> |
theList |
| Constructor and Description |
|---|
OpInniIteratorRemoteImpl() |
OpInniIteratorRemoteImpl(java.util.List<Invocation> theList) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
get(int index) |
int |
getCurInvocationIndex() |
boolean |
hasMoreElements() |
boolean |
hasNext() |
Invocation |
next() |
Invocation |
nextElement() |
void |
remove() |
void |
remove(int index) |
void |
reset() |
int |
size() |
void |
unregister() |
clone, exportObject, exportObject, exportObject, unexportObjectstatic final long serialVersionUID
java.util.ListIterator<Invocation> listIt
java.util.List<Invocation> theList
int index
public OpInniIteratorRemoteImpl(java.util.List<Invocation> theList) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic OpInniIteratorRemoteImpl()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic boolean hasNext()
throws java.rmi.RemoteException
hasNext in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic boolean hasMoreElements()
throws java.rmi.RemoteException
hasMoreElements in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic Invocation next() throws java.rmi.RemoteException
next in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic Invocation nextElement() throws java.rmi.RemoteException
nextElement in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic Invocation get(int index) throws java.rmi.RemoteException
get in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic void remove()
throws java.rmi.RemoteException
remove in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic void remove(int index)
throws java.rmi.RemoteException
remove in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic int getCurInvocationIndex()
throws java.rmi.RemoteException
getCurInvocationIndex in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic void unregister()
unregister in interface OpInniIteratorRemotepublic int size()
throws java.rmi.RemoteException
size in interface OpInniIteratorRemotejava.rmi.RemoteExceptionpublic void reset()
throws java.rmi.RemoteException
reset in interface OpInniIteratorRemotejava.rmi.RemoteException