Class JmxCopyMeter.Noop
java.lang.Object
com.atlassian.diagnostics.ipd.api.meters.AbstractIpdMeter
com.atlassian.diagnostics.ipd.api.meters.IpdMeter.NoopMeter
com.atlassian.diagnostics.ipd.api.meters.JmxCopyMeter.Noop
- All Implemented Interfaces:
IpdMeter,JmxCopyMeter
- Enclosing interface:
JmxCopyMeter
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.diagnostics.ipd.api.meters.IpdMeter
IpdMeter.NoopMeterNested classes/interfaces inherited from interface com.atlassian.diagnostics.ipd.api.meters.JmxCopyMeter
JmxCopyMeter.Noop -
Field Summary
Fields inherited from interface com.atlassian.diagnostics.ipd.api.meters.JmxCopyMeter
NOOP_FACTORY, TYPE_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate()Synchronizes the meter state with the original JMX MBean.Methods inherited from class com.atlassian.diagnostics.ipd.api.meters.IpdMeter.NoopMeter
getAttributes, isVisible, registerMBean, unregisterMBeanMethods inherited from class com.atlassian.diagnostics.ipd.api.meters.AbstractIpdMeter
close, getConfig, getMeterKey, getObjectName, hideUntilUpdate, isClosed, isEnabled, lastUpdateMillis, metricUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.diagnostics.ipd.api.meters.IpdMeter
close, getAttributes, getConfig, getMeterKey, getObjectName, hideUntilUpdate, isClosed, isEnabled, isVisible, lastUpdateMillisMethods inherited from interface com.atlassian.diagnostics.ipd.api.meters.JmxCopyMeter
getTypeId
-
Constructor Details
-
Noop
-
-
Method Details
-
update
public void update()Description copied from interface:JmxCopyMeterSynchronizes 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:
updatein interfaceJmxCopyMeter
-