public class NoDeletedMboSetIterator extends java.lang.Object implements MboSetIterator
This class is very similar.| Constructor and Description |
|---|
NoDeletedMboSetIterator(MboSetIterator iter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the Iterator which usually closes a MboSet.
|
boolean |
hasNext()
Does the iterator have a next record?
|
MboRemote |
next()
Returns the next Mbo.
|
public NoDeletedMboSetIterator(MboSetIterator iter)
iter - The iterator that will supply the Mbo's.public boolean hasNext()
throws MXException,
java.rmi.RemoteException
MboSetIteratorhasNext in interface MboSetIteratorMXExceptionjava.rmi.RemoteExceptionpublic MboRemote next() throws java.rmi.RemoteException, MXException
MboSetIteratornext in interface MboSetIteratorjava.rmi.RemoteExceptionMXExceptionpublic void close()
throws java.rmi.RemoteException,
MXException
MboSetIteratorclose in interface MboSetIteratorjava.rmi.RemoteExceptionMXException