public class TermPointHuaweiTMF814CorbaIterator extends java.lang.Object implements HuaweiTMF814CorbaIterator
| Constructor and Description |
|---|
TermPointHuaweiTMF814CorbaIterator(TerminationPointList_THolder list,
TerminationPointIterator_I iter,
int intResultSize,
boolean blnDestroyIterator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
void |
init()
Initialises the CORBA Iterator
|
java.lang.Object |
next() |
void |
remove() |
public TermPointHuaweiTMF814CorbaIterator(TerminationPointList_THolder list,
TerminationPointIterator_I iter,
int intResultSize,
boolean blnDestroyIterator)
list - TerminationPointList_THolder instanceiter - TerminationPointIterator_I instanceintResultSize - The number of results to be returned by this CORBA Iterator
implementation for each iteration set.blnDestroyIterator - Returns true to destroy the EMS iterator object after all
results have been processed by the collector. This operation
assists the EMS in performing garbage collection.public boolean hasNext()
hasNext in interface CorbaIteratorhasNext in interface java.util.Iterator<java.lang.Object>public java.lang.Object next()
next in interface java.util.Iterator<java.lang.Object>public void remove()
remove in interface java.util.Iterator<java.lang.Object>public void init()
throws CorbaCollectorException
HuaweiTMF814CorbaIteratorinit in interface HuaweiTMF814CorbaIteratorCorbaCollectorException