org.springframework.aop.aspectj
Class AspectJAfterAdvice
java.lang.Object
   org.springframework.aop.aspectj.AbstractAspectJAdvice
org.springframework.aop.aspectj.AbstractAspectJAdvice
       org.springframework.aop.aspectj.AspectJAfterAdvice
org.springframework.aop.aspectj.AspectJAfterAdvice
- All Implemented Interfaces: 
- Advice, Interceptor, MethodInterceptor, AfterAdvice, AspectJPrecedenceInformation, Ordered
- public class AspectJAfterAdvice 
- extends AbstractAspectJAdvice- implements MethodInterceptor, AfterAdvice
Spring AOP advice wrapping an AspectJ after advice method.
- Since:
- 2.0
- Author:
- Rod Johnson
 
 
 
 
 
| Methods inherited from class org.springframework.aop.aspectj.AbstractAspectJAdvice | 
| argBinding, buildSafePointcut, calculateArgumentBindings, createParameterNameDiscoverer, currentJoinPoint, getAspectClassLoader, getAspectInstanceFactory, getAspectJAdviceMethod, getAspectName, getDeclarationOrder, getDiscoveredReturningGenericType, getDiscoveredReturningType, getDiscoveredThrowingType, getJoinPoint, getJoinPointMatch, getJoinPointMatch, getOrder, getPointcut, invokeAdviceMethod, invokeAdviceMethod, invokeAdviceMethodWithGivenArgs, setArgumentNames, setArgumentNamesFromStringArray, setAspectName, setDeclarationOrder, setReturningName, setReturningNameNoCheck, setThrowingName, setThrowingNameNoCheck, supportsProceedingJoinPoint, toString | 
 
 
AspectJAfterAdvice
public AspectJAfterAdvice(Method aspectJBeforeAdviceMethod,
                          AspectJExpressionPointcut pointcut,
                          AspectInstanceFactory aif)
invoke
public Object invoke(MethodInvocation mi)
              throws Throwable
- 
- Specified by:
- invokein interface- MethodInterceptor
 
- 
- Throws:
- Throwable
 
isBeforeAdvice
public boolean isBeforeAdvice()
- Description copied from interface: AspectJPrecedenceInformation
- Return whether this is a before advice.
 
- 
- Specified by:
- isBeforeAdvicein interface- AspectJPrecedenceInformation
 
- 
 
isAfterAdvice
public boolean isAfterAdvice()
- Description copied from interface: AspectJPrecedenceInformation
- Return whether this is an after advice.
 
- 
- Specified by:
- isAfterAdvicein interface- AspectJPrecedenceInformation
 
- 
 
Copyright © 2002-2008 The Spring Framework.