站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.aop.ProxyMethodInvocation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.aop.ProxyMethodInvocation

Packages that use ProxyMethodInvocation
org.springframework.aop.aspectj AspectJ integration package. 
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

Uses of ProxyMethodInvocation in org.springframework.aop.aspectj
 

Methods in org.springframework.aop.aspectj with parameters of type ProxyMethodInvocation
protected  org.aspectj.weaver.tools.JoinPointMatch AbstractAspectJAdvice.getJoinPointMatch(ProxyMethodInvocation pmi)
           
protected  org.aspectj.lang.ProceedingJoinPoint AspectJAroundAdvice.lazyGetProceedingJoinPoint(ProxyMethodInvocation rmi)
          Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.
 

Constructors in org.springframework.aop.aspectj with parameters of type ProxyMethodInvocation
MethodInvocationProceedingJoinPoint(ProxyMethodInvocation methodInvocation)
          Create a new MethodInvocationProceedingJoinPoint, wrapping the given Spring ProxyMethodInvocation object.
 

Uses of ProxyMethodInvocation in org.springframework.aop.framework
 

Classes in org.springframework.aop.framework that implement ProxyMethodInvocation
 class ReflectiveMethodInvocation
          Spring's implementation of the AOP Alliance MethodInvocation interface, implementing the extended ProxyMethodInvocation interface.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.