psdi.app.failure.virtual

Class ShowAllProblemsSet

  • java.lang.Object
    • java.rmi.server.RemoteObject
      • java.rmi.server.RemoteServer
        • java.rmi.server.UnicastRemoteObject
    • Field Detail

      • compareOrderBy

        protected boolean compareOrderBy
        Before reading the first record from the real set, we compare the order by clauses.
      • orderby

        protected OrderBy orderby
        Special data structure to hold the order by clause
      • cur

        protected int cur
    • Constructor Detail

      • ShowAllProblemsSet

        public ShowAllProblemsSet(MboRemote owner)
                           throws java.rmi.RemoteException
        Constructor.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • fetchMbos

        public void fetchMbos(int toPosition)
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: FauxMboSet
        This method needs to be overridden to produce the Mbos which are members of this "MboSet". This class will use this method to supply the Mbo related methods. This method should fill the mboVec member variable. If it doesn't fill the vector to the position give, it's assumed the set is closed.
        Specified by:
        fetchMbos in class FauxMboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • fetchMbosOriginal

        public void fetchMbosOriginal(int toPosition)
                               throws MXException,
                                      java.rmi.RemoteException
        Mbo supplier method.
        Throws:
        MXException
        java.rmi.RemoteException
      • getName

        public java.lang.String getName()
                                 throws java.rmi.RemoteException
        Description copied from class: FauxMboSet
        Define to give the MboSet a name. You may want to spoof a real name or define a unique name for the set.
        Specified by:
        getName in interface MboSetRemote
        Specified by:
        getName in class FauxMboSet
        Throws:
        java.rmi.RemoteException
      • getZombie

        public MboRemote getZombie()
                            throws java.rmi.RemoteException
        This method should be overridden so that in returns a Zombie Mbo of the type of Mbo that makes up this set.
        Specified by:
        getZombie in interface MboSetRemote
        Overrides:
        getZombie in class FauxMboSet
        Throws:
        java.rmi.RemoteException
      • getOrderBy

        public java.lang.String getOrderBy()
                                    throws java.rmi.RemoteException
        Returns the current order by of the set.
        Specified by:
        getOrderBy in interface MboSetRemote
        Overrides:
        getOrderBy in class FauxMboSet
        Returns:
        The Order By clause
        Throws:
        java.rmi.RemoteException