public class BaseJmxValue
extends java.lang.Object
| Constructor and Description |
|---|
BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxAttributeFilter attributeFilter,
JmxMetric[] pMetrics) |
BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxAttributeFilter attributeFilter,
JmxMetricModifier pModifier,
JMXMetricType pType,
JmxMetric[] pMetrics) |
BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxMetric[] pMetrics) |
BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxMetricModifier pModifier,
JmxMetric[] pMetrics) |
| Modifier and Type | Method and Description |
|---|---|
JmxAttributeFilter |
getAttributeFilter() |
java.util.List<JmxMetric> |
getMetrics()
Gets the field metrics.
|
JmxMetricModifier |
getModifier() |
java.lang.String |
getObjectMetricName()
Gets the field objectMetricName.
|
java.lang.String |
getObjectNameString()
Gets the field objectNameString.
|
JMXMetricType |
getType() |
public BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxMetric[] pMetrics)
pObjectName - The object name query string used to search for JMX MBeanspObjectMetricName - A format string for agent metrics that matches against an MBean's object name.
An example format would be:
"TheRoot/Wahoo/{type}/{for:key[1::.]}/{otherKey}"
In the format we have placeholders such as:
pMetrics - public BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxAttributeFilter attributeFilter,
JmxMetric[] pMetrics)
pObjectName - The object name query string used to search for JMX MBeanspObjectMetricName - A format string for agent metrics that matches against an MBean's object name.
An example format would be:
"TheRoot/Wahoo/{type}/{for:key[1::.]}/{otherKey}"
In the format we have placeholders such as:
attributeFilter - pMetrics - public BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxMetricModifier pModifier,
JmxMetric[] pMetrics)
pObjectName - The object name query string used to search for JMX MBeanspObjectMetricName - A format string for agent metrics that matches against an MBean's object name.
An example format would be:
"TheRoot/Wahoo/{type}/{for:key[1::.]}/{otherKey}"
In the format we have placeholders such as:
pModifier - pMetrics - public BaseJmxValue(java.lang.String pObjectName,
java.lang.String pObjectMetricName,
JmxAttributeFilter attributeFilter,
JmxMetricModifier pModifier,
JMXMetricType pType,
JmxMetric[] pMetrics)
pObjectName - The object name query string used to search for JMX MBeanspObjectMetricName - A format string for agent metrics that matches against an MBean's object name.
An example format would be:
"TheRoot/Wahoo/{type}/{for:key[1::.]}/{otherKey}"
In the format we have placeholders such as:
attributeFilter - pModifier - pType - pMetrics - public java.lang.String getObjectNameString()
public java.lang.String getObjectMetricName()
public java.util.List<JmxMetric> getMetrics()
public JmxAttributeFilter getAttributeFilter()
public JMXMetricType getType()
public JmxMetricModifier getModifier()