psdi.webclient.beans.meter

Class MeterGroupAppBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class MeterGroupAppBean
    extends AppBean
    • Constructor Detail

      • MeterGroupAppBean

        public MeterGroupAppBean()
    • Method Detail

      • SAVE

        public int SAVE()
                 throws java.rmi.RemoteException,
                        MXException
        checks for exceptions resulting from duplicate AssetMeter.Sequence or LocationMeter.Sequence values when a meter with a non-null Sequence has been added to the Meter Group and the MeterInGroup.PropagateMeterGroupMod flag is checked. If duplicate sequence exceptions exist, appends an exception that informs user to modify the duplicate sequence numbers on the AssetMeter or LocationMeter if they are not desired. The save transation still completes with duplicate sequence numbers.
        Overrides:
        SAVE in class AppBean
        Throws:
        MXApplicationException("meter","dupseqnumResolution")
        java.rmi.RemoteException
        MXException