net.sf.beanlib.utils
Class TimingMethodInterceptor

java.lang.Object
  extended by 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

Constructor Summary
TimingMethodInterceptor()
           
 
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
 

Constructor Detail

TimingMethodInterceptor

public TimingMethodInterceptor()
Method Detail

invoke

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