org.springframework.aop.aspectj
Class AspectJAfterThrowingAdvice
java.lang.Object
org.springframework.aop.aspectj.AbstractAspectJAdvice
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, AspectJPrecedenceInformation, InitializingBean, Ordered
public class AspectJAfterThrowingAdvice
- extends AbstractAspectJAdvice
- implements org.aopalliance.intercept.MethodInterceptor
Spring AOP advice wrapping an AspectJ after-throwing advice method.
- Since:
- 2.0
- Author:
- Rod Johnson
Methods inherited from class org.springframework.aop.aspectj.AbstractAspectJAdvice |
afterPropertiesSet, argBinding, currentJoinPoint, getAspectJAdviceMethod, getAspectName, getDeclarationOrder, getDiscoveredReturningType, getDiscoveredThrowingType, getJoinPoint, getJoinPointMatch, getJoinPointMatch, getOrder, getPointcut, invokeAdviceMethod, invokeAdviceMethod, invokeAdviceMethodWithGivenArgs, setArgumentNames, setArgumentNamesFromStringArray, setAspectBean, setAspectName, setDeclarationOrder, setReturningName, setReturningNameNoCheck, setThrowingNameNoCheck, toString |
AspectJAfterThrowingAdvice
public AspectJAfterThrowingAdvice(Method aspectJBeforeAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aif)
isBeforeAdvice
public boolean isBeforeAdvice()
- Specified by:
isBeforeAdvice
in interface AspectJPrecedenceInformation
isAfterAdvice
public boolean isAfterAdvice()
- Specified by:
isAfterAdvice
in interface AspectJPrecedenceInformation
setThrowingName
public void setThrowingName(String name)
- Overrides:
setThrowingName
in class AbstractAspectJAdvice
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation mi)
throws Throwable
- Specified by:
invoke
in interface org.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
Copyright © 2002-2006 The Spring Framework.