The Spring Framework

Uses of Class
org.springframework.aop.framework.ReflectiveMethodInvocation

Packages that use ReflectiveMethodInvocation
org.springframework.aop.aspectj AspectJ integration package. 
 

Uses of ReflectiveMethodInvocation in org.springframework.aop.aspectj
 

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


The Spring Framework

Copyright © 2002-2006 The Spring Framework.