org.smallmind.instrument.aop
Class ChronometerMetricAspect

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

public class ChronometerMetricAspect
extends MetricAspect


Constructor Summary
ChronometerMetricAspect()
           
 
Method Summary
 Object aroundChronometerMetricMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, ChronometerMetric chronometerMetric)
           
 
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

ChronometerMetricAspect

public ChronometerMetricAspect()
Method Detail

aroundChronometerMetricMethod

public Object aroundChronometerMetricMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
                                            ChronometerMetric chronometerMetric)
                                     throws Throwable
Throws:
Throwable


Copyright © 2012. All Rights Reserved.