psdi.dm.pkg

Class DMErrorSet

    • Constructor Detail

      • DMErrorSet

        public DMErrorSet(MboServerInterface ms)
                   throws java.rmi.RemoteException
        Constructor
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • getLatestError

        public MboRemote getLatestError()
                                 throws java.rmi.RemoteException,
                                        MXException
        Returns the last created error record.
        Returns:
        The last created error record, or null if the set is empty.
        Throws:
        MXException
        java.rmi.RemoteException