Class JmxCopyMeter.Noop

All Implemented Interfaces:
IpdMeter, JmxCopyMeter
Enclosing interface:
JmxCopyMeter

public static class JmxCopyMeter.Noop extends IpdMeter.NoopMeter implements JmxCopyMeter
  • Constructor Details

  • Method Details

    • update

      public void update()
      Description copied from interface: JmxCopyMeter
      Synchronizes the meter state with the original JMX MBean.

      If the original MBean is not available, this meter will also be unregistered from JMX.

      If the original MBean just got registered in JMX, after the update call this meter will also be registered.

      Specified by:
      update in interface JmxCopyMeter