psdi.app.dbinfo

Class DBInfoObjectView

    • Constructor Detail

      • DBInfoObjectView

        public DBInfoObjectView(MboSet ms)
                         throws MXException,
                                java.rmi.RemoteException
        Construct the DBInfoObjectView object.
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Inititialize fields to readonly or not. Inititialize util to the set's value.
        Overrides:
        init in class MaxObjectCfg
        Throws:
        MXException
        See Also:
        #setLengthAndScaleReadonlyState, #setSearchTypeReadonlyFlag, #getSequenceInfo, #preventInternalChanges
      • setReadOnly

        public void setReadOnly(boolean readOnly)
                         throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        To mark for deletion, attribute must be userdefined and not already marked for deletion. Then call delete.
        Overrides:
        canDelete in class MaxObjectCfg
        Throws:
        MXException
        java.rmi.RemoteException
      • validateChanges

        public void validateChanges()
                             throws MXException,
                                    java.rmi.RemoteException
        This method will apply or discard configuration changes
        Parameters:
        discard - apply or discard
        Throws:
        MXApplicationException
        MXException
        java.rmi.RemoteException
      • hasPendingMasterChanges

        public boolean hasPendingMasterChanges()
                                        throws MXException,
                                               java.rmi.RemoteException
        Specifies whether the config admin has pending configuration changes
        Returns:
        true if there are pending DA changes, false if not.
        Throws:
        MXException
        java.rmi.RemoteException