edu.ucdavis.rj.Ops
Interface OpInniIteratorRemote

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
OpInniIteratorRemoteImpl

public interface OpInniIteratorRemote
extends java.rmi.Remote


Method Summary
 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()
           
 

Method Detail

hasMoreElements

boolean hasMoreElements()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

nextElement

java.lang.Object nextElement()
                             throws java.rmi.RemoteException,
                                    java.util.NoSuchElementException
Throws:
java.rmi.RemoteException
java.util.NoSuchElementException

size

int size()
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

reset

void reset()
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hasNext

boolean hasNext()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

next

java.lang.Object next()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

get

java.lang.Object get(int index)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

remove

void remove()
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

remove

void remove(int index)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCurInvocationIndex

int getCurInvocationIndex()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unregister

void unregister()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException