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.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
Throwable
public SpringMethodInfo getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)
Copyright © 2013–2017 Alibaba Group. All rights reserved.