Interface JmxCopyMeter
- All Superinterfaces:
IpdMeter
- All Known Implementing Classes:
JmxCopyMeter.Noop
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.atlassian.diagnostics.ipd.api.meters.IpdMeter
IpdMeter.NoopMeter -
Field Summary
Fields -
Method Summary
Methods inherited from interface com.atlassian.diagnostics.ipd.api.meters.IpdMeter
close, getAttributes, getConfig, getMeterKey, getObjectName, hideUntilUpdate, isClosed, isEnabled, isVisible, lastUpdateMillis
-
Field Details
-
TYPE_ID
- See Also:
-
NOOP_FACTORY
-
-
Method Details
-
update
void update()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.
-
getTypeId
Description copied from interface:IpdMeterIdentifies type of the meter.
-