Package com.codahale.metrics.jvm
Class JmxAttributeGauge
java.lang.Object
com.codahale.metrics.jvm.JmxAttributeGauge
- All Implemented Interfaces:
com.codahale.metrics.Gauge<Object>,com.codahale.metrics.Metric
A
Gauge implementation which queries an MBeanServerConnection for an attribute of an object.-
Constructor Summary
ConstructorsConstructorDescriptionJmxAttributeGauge(MBeanServerConnection mBeanServerConn, ObjectName objectName, String attributeName) Creates a new JmxAttributeGauge.JmxAttributeGauge(ObjectName objectName, String attributeName) Creates a new JmxAttributeGauge. -
Method Summary
-
Constructor Details
-
JmxAttributeGauge
Creates a new JmxAttributeGauge.- Parameters:
objectName- the name of the objectattributeName- the name of the object's attribute
-
JmxAttributeGauge
public JmxAttributeGauge(MBeanServerConnection mBeanServerConn, ObjectName objectName, String attributeName) Creates a new JmxAttributeGauge.- Parameters:
mBeanServerConn- theMBeanServerConnectionobjectName- the name of the objectattributeName- the name of the object's attribute
-
-
Method Details
-
getValue
- Specified by:
getValuein interfacecom.codahale.metrics.Gauge<Object>
-