edu.ucdavis.rj
Class OpInniIterator_impl

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

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

See Also:
Serialized Form

Field Summary
private  OpInniIteratorRemote _delegate
           
(package private) static long serialVersionUID
           
 
Constructor Summary
OpInniIterator_impl(OpInniIteratorRemote delegate)
           
 
Method Summary
 java.lang.Object get(int index)
           
 int getCurInvoc()
           
 boolean hasMoreElements()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 java.lang.Object nextElement()
           
 void remove()
           
 void remove(int index)
           
 void reset()
           
 void setArm(int arm)
           
 int size()
           
 void unregister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

_delegate

private OpInniIteratorRemote _delegate
Constructor Detail

OpInniIterator_impl

public OpInniIterator_impl(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

getCurInvoc

public int getCurInvoc()
Specified by:
getCurInvoc 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

setArm

public void setArm(int arm)
Specified by:
setArm in interface OpInniIterator