public class DruidStatInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
限定符和类型 | 字段和说明 |
---|---|
static String |
PROP_NAME_PROFILE |
构造器和说明 |
---|
DruidStatInterceptor() |
限定符和类型 | 方法和说明 |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
SpringMethodInfo |
getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
在接口中 org.springframework.beans.factory.InitializingBean
Exception
public void destroy() throws Exception
destroy
在接口中 org.springframework.beans.factory.DisposableBean
Exception
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke
在接口中 org.aopalliance.intercept.MethodInterceptor
Throwable
public SpringMethodInfo getMethodInfo(org.aopalliance.intercept.MethodInvocation invocation)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.