psdi.dm

Class DMPackageDefSet

    • Constructor Detail

      • DMPackageDefSet

        public DMPackageDefSet(MboServerInterface ms)
                        throws java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The Mbo Server interface
        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
      • addWarning

        public void addWarning(MXException e)
        Override this method to also add the warnings to a local map. Due to the MXServer warnings are implemented as thread local, they can't be retrieved from another thread.
        Specified by:
        addWarning in interface MboSetRemote
        Overrides:
        addWarning in class MboSet
      • addWarnings

        public void addWarnings(MXException[] es)
        Override this method to also add the warnings to a local map. Due to the MXServer warnings are implemented as thread local, they can't be retrieved from another thread.
        Specified by:
        addWarnings in interface MboSetRemote
        Overrides:
        addWarnings in class MboSet
        Parameters:
        es - An array of MXExceptions. It is normally obtained from getWarnings().
      • hasWarnings

        public boolean hasWarnings()
                            throws java.rmi.RemoteException
        Description copied from class: MboSet
        Are there any warnings.
        Specified by:
        hasWarnings in interface MboSetRemote
        Overrides:
        hasWarnings in class MboSet
        Throws:
        java.rmi.RemoteException
      • clearWarnings

        public void clearWarnings()
        Description copied from class: MboSet
        Clears the warning list. This is usually called as the first step of a method that can generate warning messages.
        Overrides:
        clearWarnings in class MboSet