psdi.app.measurement

Class FldMeasurePointUpperWarning

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMeasurePointUpperWarning
    extends MboValueAdapter
    MeasurePoint.upperwarning validation Class:
    This class validates the following:
    • Upper warning limits should be lower than upper action limits.
    • Upper warning limits should be greater than or equal to lower warning limits.
    • Constructor Detail

      • FldMeasurePointUpperWarning

        public FldMeasurePointUpperWarning(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:
        • Upper warning limits should be lower than upper action limits.
        • Upper warning limits should be greater than or equal to lower warning limits.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - UpperWarningHigherUpperAction when upperwarning is greater than upper action
        MXApplicationException - UpperWarningLowerLowerWarning when upperwarning is less than lower warning
        MXException
        java.rmi.RemoteException