psdi.dm.distribution

Class DMPkgDistTarget

  • java.lang.Object
    • Constructor Detail

      • DMPkgDistTarget

        public DMPkgDistTarget(MboSet ms)
                        throws java.rmi.RemoteException
        Construct the DMPkgDistTarget object
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Adds a new dmpkgdisttarget mbo
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • setFieldFlags

        public void setFieldFlags()
                           throws MXException
        Sets username and password to required for database distribution
        Throws:
        MXException
      • getList

        public MboSetRemote getList(java.lang.String attribute)
                             throws MXException,
                                    java.rmi.RemoteException
        Description copied from class: Mbo
        Get the list of valid values for the attribute. In order to handle the condition where the passed attributeName contains a . notation(for example, ASSET.DESCRIPTION when the current object is WorkOrder ), this method first gets the correct object and then gets a list of valid values associated with the attribute. If the attributeName does not contain a ".", the current object is assumed to be the one to retrieve information from.
        Specified by:
        getList in interface MboRemote
        Overrides:
        getList in class Mbo
        Returns:
        the set of valid objects for the attribute; null if no elements found for the attribute.
        Throws:
        MXException - "Attribute {0} does not exist" exception will be thrown if the attribute does not exist in the object.
        java.rmi.RemoteException
        See Also:
        Mbo.getList(String)
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Checks if dmpkgdsttrgt can be deleted or not
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException