psdi.app.meter

Class FldReadingMeterReading

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldReadingMeterReading
    extends MboValueAdapter
    Behaviors of the non-persistent Reading attribute in the MeterReading and LocMeterReading objects.
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        For meters of type CONTINUOUS, if the reading is greater than the rollover value, and the rollover value is greater than zero, adjusts the reading by subtracting the rollover value from it; updates the DeployedMeter's LastReading,LastReadingDate and LastReadingInspctr and PreviousReading, PreviousReadingDate and PreviousReadingInspector attributes when necessary.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException