com.yammer.metrics.reporting
Class JmxReporter.AbstractBean

java.lang.Object
  extended by com.yammer.metrics.reporting.JmxReporter.AbstractBean
All Implemented Interfaces:
JmxReporter.MetricMBean
Direct Known Subclasses:
JmxReporter.Counter, JmxReporter.Gauge, JmxReporter.Meter
Enclosing class:
JmxReporter

public abstract static class JmxReporter.AbstractBean
extends Object
implements JmxReporter.MetricMBean


Constructor Summary
protected JmxReporter.AbstractBean(ObjectName objectName)
           
 
Method Summary
 ObjectName objectName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxReporter.AbstractBean

protected JmxReporter.AbstractBean(ObjectName objectName)
Method Detail

objectName

public ObjectName objectName()
Specified by:
objectName in interface JmxReporter.MetricMBean


Copyright © 2011. All Rights Reserved.