edu.iris.Fissures
Interface FissuresIterator

All Superinterfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable
All Known Subinterfaces:
ParameterDefIterator, ParameterDefIteratorOperations, ParameterIterator, ParameterIteratorOperations, ParameterNameIterator, ParameterNameIteratorOperations, ParmSetIterator, ParmSetIteratorOperations
All Known Implementing Classes:
_FissuresIteratorStub, _ParameterDefIteratorStub, _ParameterIteratorStub, _ParameterNameIteratorStub, _ParmSetIteratorStub, ParameterDefIteratorPOA, ParameterDefIteratorPOATie, ParameterIteratorPOA, ParameterIteratorPOATie, ParameterNameIteratorPOA, ParameterNameIteratorPOATie, ParmSetIteratorPOA, ParmSetIteratorPOATie

public interface FissuresIterator
extends org.omg.CORBA.portable.IDLEntity

Do provide a common Iterator operation a


Method Summary
 void destroy()
          Destroy the iterator and drop all resources it holds
 int how_many()
          Returns the count of elements remain in the iterator
 void reset()
          Reset the iterator to the beginning of the element list
 

Method Detail

how_many

int how_many()
Returns the count of elements remain in the iterator


reset

void reset()
Reset the iterator to the beginning of the element list


destroy

void destroy()
Destroy the iterator and drop all resources it holds