public class RelatedMboIterator extends java.lang.Object implements MboSetIterator
Constructor and Description |
---|
RelatedMboIterator(MboRemote mbo,
java.util.List<MboRelationPath> mrpList)
Constructor
|
public RelatedMboIterator(MboRemote mbo, java.util.List<MboRelationPath> mrpList) throws java.rmi.RemoteException, MXException
mbo
- Where the relationship starts from.relationship
- Relationship is assumed to contain chaining, "WPLABOR.Labor".java.rmi.RemoteException
MXException
public boolean hasNext() throws java.rmi.RemoteException, MXException
MboSetIterator
hasNext
in interface MboSetIterator
java.rmi.RemoteException
MXException
public MboRemote next() throws java.rmi.RemoteException, MXException
MboSetIterator
next
in interface MboSetIterator
java.rmi.RemoteException
MXException
public void close() throws java.rmi.RemoteException, MXException
close
in interface MboSetIterator
java.rmi.RemoteException
MXException