edu.ucdavis.rj.Ops
Interface InvocationEnumeration

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
OpInniIterator
All Known Implementing Classes:
OpInniIteratorImpl

public interface InvocationEnumeration
extends java.rmi.Remote


Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 void reset()
           
 int size()
           
 

Method Detail

hasMoreElements

boolean hasMoreElements()

nextElement

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

size

int size()

reset

void reset()