Class MonitorBaseImpl

  • All Implemented Interfaces:
    Monitor

    public class MonitorBaseImpl
    extends java.lang.Object
    implements Monitor
    • Constructor Detail

      • MonitorBaseImpl

        public MonitorBaseImpl()
    • Method Detail

      • setThresholds

        public void setThresholds​(java.util.Map aThresholdMap)
        Specified by:
        setThresholds in interface Monitor
      • getThresholds

        public java.util.Map getThresholds()
        Specified by:
        getThresholds in interface Monitor
      • addStatistic

        public void addStatistic​(java.lang.String aComponentName,
                                 Statistic aStatistic)
        Specified by:
        addStatistic in interface Monitor
      • incrementCount

        public void incrementCount​(java.lang.String aComponent,
                                   java.lang.String aStatisticName)
        Specified by:
        incrementCount in interface Monitor
      • resetCountingStatistic

        public void resetCountingStatistic​(java.lang.String aComponent,
                                           java.lang.String aStatisticName)
        Specified by:
        resetCountingStatistic in interface Monitor
      • getStatistic

        public Statistic getStatistic​(java.lang.String aComponentName,
                                      java.lang.String aStatisticName)
        Specified by:
        getStatistic in interface Monitor