org.smallmind.instrument.aop
Class HistogramMetricAspect

java.lang.Object
  extended by org.smallmind.instrument.aop.MetricAspect
      extended by org.smallmind.instrument.aop.HistogramMetricAspect

public class HistogramMetricAspect
extends MetricAspect


Constructor Summary
HistogramMetricAspect()
           
 
Method Summary
 Object aroundHistogramMetricMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, HistogramMetric histogramMetric)
           
 
Methods inherited from class org.smallmind.instrument.aop.MetricAspect
engage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramMetricAspect

public HistogramMetricAspect()
Method Detail

aroundHistogramMetricMethod

public Object aroundHistogramMetricMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
                                          HistogramMetric histogramMetric)
                                   throws Throwable
Throws:
Throwable


Copyright © 2012. All Rights Reserved.