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
MXException
java.rmi.RemoteException
MboRemote next() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void close() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException