com.jdon.container.interceptor
类 CGLIBMethodInterceptorImp
java.lang.Object
com.jdon.container.interceptor.CGLIBMethodInterceptorImp
- 所有已实现的接口:
- Startable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
public class CGLIBMethodInterceptorImp
- extends Object
- implements net.sf.cglib.proxy.MethodInterceptor, Startable
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CGLIBMethodInterceptorImp
public CGLIBMethodInterceptorImp(Object target,
Object interceptor,
IntroduceInfo iinfo,
List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
intercept
public Object intercept(Object object,
Method invokedmethod,
Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws Throwable
- 指定者:
- 接口
net.sf.cglib.proxy.MethodInterceptor 中的 intercept
- 抛出:
Throwable
clear
public void clear()
start
public void start()
- 从接口
Startable 复制的描述
- Start this component.
- 指定者:
- 接口
Startable 中的 start
stop
public void stop()
- 从接口
Startable 复制的描述
- Stop this component.
- 指定者:
- 接口
Startable 中的 stop
Copyright © 2013. All Rights Reserved.