Class DruidStatInterceptor
- java.lang.Object
-
- com.alibaba.druid.support.spring.stat.DruidStatInterceptor
-
- All Implemented Interfaces:
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
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_NAME_PROFILE
-
Constructor Summary
Constructors Constructor Description DruidStatInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddestroy()SpringMethodInfogetMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)
-
-
-
Field Detail
-
PROP_NAME_PROFILE
public static final String PROP_NAME_PROFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
destroy
public void destroy() throws Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-
getMethodInfo
public SpringMethodInfo getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)
-
-