public class SpecificMboIterator extends java.lang.Object implements MboSetIterator
| Constructor and Description |
|---|
SpecificMboIterator(MboRemote mbo,
java.lang.String relationship,
java.lang.Integer specificMbo)
Helper Constructor
|
SpecificMboIterator(MboRemote mbo,
java.lang.String relationship,
java.lang.Integer specificMbo,
java.lang.Boolean discardable)
Constructor
If specificMbo is negative, this iterator will return nothing.
|
public SpecificMboIterator(MboRemote mbo, java.lang.String relationship, java.lang.Integer specificMbo) throws java.rmi.RemoteException, MXException
mbo - relationship - specificMbo - java.rmi.RemoteExceptionMXExceptionpublic SpecificMboIterator(MboRemote mbo, java.lang.String relationship, java.lang.Integer specificMbo, java.lang.Boolean discardable) throws java.rmi.RemoteException, MXException
mbo - The parent Mborelationship - The relationship from the parent MbospecificMbo - The position of the Mbo to returndiscardable - What to set the discardable flag tojava.rmi.RemoteExceptionMXExceptionpublic 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