public interface MboSetIterator
| 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.
|
boolean hasNext()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMboRemote next() throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionvoid close()
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXException