io.leopard.topnb
Class TopnbInterceptor

java.lang.Object
  extended by io.leopard.topnb.TopnbInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class TopnbInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

方法耗时监控.

Author:
阿海

Constructor Summary
TopnbInterceptor()
           
 
Method Summary
 java.lang.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

TopnbInterceptor

public TopnbInterceptor()
Method Detail

invoke

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


Copyright © 2014. All Rights Reserved.