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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation) invoke(org.aopalliance.intercept.MethodInvocation invocation)
-
Field Details
-
PROP_NAME_PROFILE
- See Also:
-
-
Constructor Details
-
DruidStatInterceptor
public DruidStatInterceptor()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-
getMethodInfo
-