类 DruidStatInterceptor

java.lang.Object
com.alibaba.druid.support.spring.stat.DruidStatInterceptor
所有已实现的接口:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class DruidStatInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • 字段详细资料

  • 构造器详细资料

    • DruidStatInterceptor

      public DruidStatInterceptor()
  • 方法详细资料

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception
    • destroy

      public void destroy() throws Exception
      指定者:
      destroy 在接口中 org.springframework.beans.factory.DisposableBean
      抛出:
      Exception
    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      指定者:
      invoke 在接口中 org.aopalliance.intercept.MethodInterceptor
      抛出:
      Throwable
    • getMethodInfo

      public SpringMethodInfo getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)