Interface ExtendedGaugeMonitorMBean

All Superinterfaces:
GaugeMonitorMBean, MonitorMBean

public interface ExtendedGaugeMonitorMBean extends GaugeMonitorMBean
Extension of javax.management.monitor.GaugeMonitorMBean that that allows one to skip the first high or low notification. This is useful to avoid being notified when you are really only interested in the low notification in cases where the high threshold has first been exceeded -- or vice versa.

Supported API: true

Extendable: true
  • Method Details

    • isSkipFirstNotifyIfHigh

      boolean isSkipFirstNotifyIfHigh()
      Whether the first high threshold notification should be skipped

      Supported API: true
    • setSkipFirstNotifyIfHigh

      void setSkipFirstNotifyIfHigh(boolean skipFirstNotifyIfHigh)
      Whether the first high threshold notification should be skipped

      Supported API: true
    • isSkipFirstNotifyIfLow

      boolean isSkipFirstNotifyIfLow()
      Whether the first low threshold notification should be skipped

      Supported API: true
    • setSkipFirstNotifyIfLow

      void setSkipFirstNotifyIfLow(boolean skipFirstNotifyIfLow)
      Whether the first low threshold notification should be skipped

      Supported API: true