psdi.mbo.iterator

Interface MboSetIterator

    • Method Detail

      • hasNext

        boolean hasNext()
                 throws MXException,
                        java.rmi.RemoteException
        Does the iterator have a next record?
        Returns:
        true if next will return a mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • close

        void close()
            throws java.rmi.RemoteException,
                   MXException
        Closes the Iterator which usually closes a MboSet.
        Throws:
        java.rmi.RemoteException
        MXException