com.alibaba.druid.support.spring.stat
类 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


字段摘要
static String PROP_NAME_PORFILE
           
 
构造方法摘要
DruidStatInterceptor()
           
 
方法摘要
 void afterPropertiesSet()
           
 void destroy()
           
 SpringMethodInfo getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

PROP_NAME_PORFILE

public static final String PROP_NAME_PORFILE
另请参见:
常量字段值
构造方法详细信息

DruidStatInterceptor

public DruidStatInterceptor()
方法详细信息

afterPropertiesSet

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

destroy

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

invoke

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

getMethodInfo

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


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.