edu.ucdavis.rj
Interface OpInniIterator

All Superinterfaces:
InvocationEnumeration, java.rmi.Remote
All Known Implementing Classes:
OpInniIteratorImpl

public interface OpInniIterator
extends InvocationEnumeration


Method Summary
 java.lang.Object get(int index)
           
 int getCurInvocationIndex()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 void remove(int index)
           
 void unregister()
           
 
Methods inherited from interface edu.ucdavis.rj.InvocationEnumeration
hasMoreElements, nextElement, reset, size
 

Method Detail

hasNext

boolean hasNext()

next

java.lang.Object next()

get

java.lang.Object get(int index)

remove

void remove()

remove

void remove(int index)

getCurInvocationIndex

int getCurInvocationIndex()

unregister

void unregister()