net.sf.beanlib.utils
Class TimingMethodInterceptor
java.lang.Object
net.sf.beanlib.utils.TimingMethodInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class TimingMethodInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor
Method Interceptor used to time the method invokation.
- Author:
- Joe D. Velopar
Method Summary |
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimingMethodInterceptor
public TimingMethodInterceptor()
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
- Specified by:
invoke
in interface org.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable