com.yammer.metrics.spring
Class GaugeMethod

java.lang.Object
  extended by com.yammer.metrics.core.Gauge<Object>
      extended by com.yammer.metrics.spring.GaugeMethod
All Implemented Interfaces:
Metric

public class GaugeMethod
extends Gauge<Object>


Constructor Summary
GaugeMethod(Object bean, Method method)
           
 
Method Summary
 Object value()
           
 
Methods inherited from class com.yammer.metrics.core.Gauge
processWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeMethod

public GaugeMethod(Object bean,
                   Method method)
Method Detail

value

public Object value()
Specified by:
value in class Gauge<Object>


Copyright © 2012. All Rights Reserved.