The fields of the AbstractMethodInvocation class are listed below. For a complete list of AbstractMethodInvocation class members, see the AbstractMethodInvocation Members topic.
arguments | The arguments (if any = may be |
currentInterceptorIndex | The index from 0 of the current interceptor we're invoking. |
interceptors | The list of IMethodInterceptor and |
method | The method invocation that is to be invoked. |
proxy | The AOP proxy for the target object. |
target | The target object that the method is to be invoked on. |
targetType | The declaring type of the method that is to be invoked. |
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace