psdi.app.measurement

Class FldMeasurePointLowerWarning

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMeasurePointLowerWarning
    extends MboValueAdapter
    MeasurePoint.lowerwarning validation Class:
    This class validates the following:
    • Lower warning limits should be higher than lower action limits.
    • Lower warning limits should be less than or equal to upper warning limits.
    • Constructor Detail

      • FldMeasurePointLowerWarning

        public FldMeasurePointLowerWarning(MboValue mbv)
                                    throws MXException
        Construct and attach to the mbo value.
        Parameters:
        mbv - the MboValue this field will attach to.
        Throws:
        MXException
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        The following validation occurs:
        • Lower warning limits should be higher than lower action limits.
        • Lower warning limits should be less than or equal to upper warning limits.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - LowerWarningLowerLowerAction when lower warning is lower than the lower action
        MXApplicationException - LowerWarningHigerUpperWarning when lower warning is greater than upper warning
        MXException
        java.rmi.RemoteException