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, unexportObject
static 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.RemoteException
public OpInniIteratorRemoteImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean hasNext() throws java.rmi.RemoteException
hasNext
in interface OpInniIteratorRemote
java.rmi.RemoteException
public boolean hasMoreElements() throws java.rmi.RemoteException
hasMoreElements
in interface OpInniIteratorRemote
java.rmi.RemoteException
public Invocation next() throws java.rmi.RemoteException
next
in interface OpInniIteratorRemote
java.rmi.RemoteException
public Invocation nextElement() throws java.rmi.RemoteException
nextElement
in interface OpInniIteratorRemote
java.rmi.RemoteException
public Invocation get(int index) throws java.rmi.RemoteException
get
in interface OpInniIteratorRemote
java.rmi.RemoteException
public void remove() throws java.rmi.RemoteException
remove
in interface OpInniIteratorRemote
java.rmi.RemoteException
public void remove(int index) throws java.rmi.RemoteException
remove
in interface OpInniIteratorRemote
java.rmi.RemoteException
public int getCurInvocationIndex() throws java.rmi.RemoteException
getCurInvocationIndex
in interface OpInniIteratorRemote
java.rmi.RemoteException
public void unregister()
unregister
in interface OpInniIteratorRemote
public int size() throws java.rmi.RemoteException
size
in interface OpInniIteratorRemote
java.rmi.RemoteException
public void reset() throws java.rmi.RemoteException
reset
in interface OpInniIteratorRemote
java.rmi.RemoteException