|
|||||||||
| Home >> All >> org >> springframework >> aop >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.springframework.aop.framework
Class Cglib2AopProxy.CglibMethodInvocation

java.lang.Objectorg.springframework.aop.framework.ReflectiveMethodInvocation
org.springframework.aop.framework.Cglib2AopProxy.CglibMethodInvocation
- All Implemented Interfaces:
- java.lang.Cloneable, org.springframework.aop.ProxyMethodInvocation
- Enclosing class:
- Cglib2AopProxy
- private static class Cglib2AopProxy.CglibMethodInvocation
- extends ReflectiveMethodInvocation
Implementation of AOP Alliance MethodInvocation used by this AOP proxy.
| Field Summary | |
private MethodProxy |
methodProxy
|
| Fields inherited from class org.springframework.aop.framework.ReflectiveMethodInvocation |
arguments, interceptorsAndDynamicMethodMatchers, method, proxy, target |
| Constructor Summary | |
Cglib2AopProxy.CglibMethodInvocation(java.lang.Object proxy,
java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.Class targetClass,
java.util.List interceptorsAndDynamicMethodMatchers,
MethodProxy methodProxy)
|
|
| Method Summary | |
protected java.lang.Object |
invokeJoinpoint()
Gives a marginal performance improvement versus using reflection to invoke the target. |
| Methods inherited from class org.springframework.aop.framework.ReflectiveMethodInvocation |
getArguments, getMethod, getProxy, getStaticPart, getThis, invocableClone, proceed, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
methodProxy
private final MethodProxy methodProxy
| Constructor Detail |
Cglib2AopProxy.CglibMethodInvocation
public Cglib2AopProxy.CglibMethodInvocation(java.lang.Object proxy, java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] arguments, java.lang.Class targetClass, java.util.List interceptorsAndDynamicMethodMatchers, MethodProxy methodProxy)
| Method Detail |
invokeJoinpoint
protected java.lang.Object invokeJoinpoint() throws java.lang.Throwable
- Gives a marginal performance improvement versus using reflection to
invoke the target.
- Overrides:
invokeJoinpointin classReflectiveMethodInvocation
|
|||||||||
| Home >> All >> org >> springframework >> aop >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC