public class DruidStatInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_NAME_PROFILE |
| Constructor and Description |
|---|
DruidStatInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
SpringMethodInfo |
getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
public static final String PROP_NAME_PROFILE
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic SpringMethodInfo getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)
Copyright © 2013–2018 Alibaba Group. All rights reserved.