com.atlassian.performance
Class TimeMethodInterceptor

java.lang.Object
  extended by com.atlassian.performance.TimeMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class TimeMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor


Nested Class Summary
 class TimeMethodInterceptor.TimedMethodInvocation
           
 
Constructor Summary
TimeMethodInterceptor()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMethodInterceptor

public TimeMethodInterceptor()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable


Copyright © 2014 Atlassian. All rights reserved.