psdi.app.asset.virtual

Class FldModDowntimeHistEndDate

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldModDowntimeHistEndDate
    extends MboValueAdapter
    behavior of the startdate and enddate attributes in the ModDowntimeHist non-persistent object.
    • Constructor Detail

      • FldModDowntimeHistEndDate

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

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If either the startdate or enddate attribute is modified,] the following rules apply:

        • If either startdate or enddate is null, downtime is cleared.
        • When both startdate and enddate have non-null values, downtime is re-calculated.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException