public class JmxWorker extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
expandMultiValueEntries(List<ExtendedMetadataAndTags> entries)
We need to expand entries that are marked with the multi flag
into the actual MBeans.
|
Number |
getValue(String mbeanExpression)
Read a value from the MBeanServer
|
static JmxWorker |
instance() |
public static JmxWorker instance()
public Number getValue(String mbeanExpression)
mbeanExpression - The expression to look forpublic void expandMultiValueEntries(List<ExtendedMetadataAndTags> entries)
entries - List of entriesCopyright © 2018–2020. All rights reserved.