edu.ucdavis.rj
Class OpInniIteratorImpl

java.lang.Object
  extended by edu.ucdavis.rj.OpInniIteratorImpl
All Implemented Interfaces:
InvocationEnumeration, OpInniIterator, java.io.Serializable, java.rmi.Remote

public class OpInniIteratorImpl
extends java.lang.Object
implements OpInniIterator, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OpInniIteratorImpl(OpInniIteratorRemote delegate)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpInniIteratorImpl

public OpInniIteratorImpl(OpInniIteratorRemote delegate)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface OpInniIterator

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface InvocationEnumeration

next

public java.lang.Object next()
Specified by:
next in interface OpInniIterator

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Specified by:
nextElement in interface InvocationEnumeration
Throws:
java.util.NoSuchElementException

get

public java.lang.Object get(int index)
Specified by:
get in interface OpInniIterator

remove

public void remove()
Specified by:
remove in interface OpInniIterator

remove

public void remove(int index)
Specified by:
remove in interface OpInniIterator

getCurInvocationIndex

public int getCurInvocationIndex()
Specified by:
getCurInvocationIndex in interface OpInniIterator

unregister

public void unregister()
Specified by:
unregister in interface OpInniIterator

size

public int size()
Specified by:
size in interface InvocationEnumeration

reset

public void reset()
Specified by:
reset in interface InvocationEnumeration