psdi.app.masterpm

Class FldMasterPMFrequency

    • Constructor Detail

      • FldMasterPMFrequency

        public FldMasterPMFrequency(MboValue mbv)
                             throws MXException
        Construct and attach to the mbo value
        Parameters:
        mbv -
        Throws:
        MXException
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Frequency should not be less than zero. If alertlead is greater than frequency, there will be a warning and alertlead set to null.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException - If frequency is less than zero, then MXApplicationException("MasterPM","FrequencyGreaterThanZero")
        java.rmi.RemoteException