Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » aspectj » [javadoc | source]
org.springframework.aop.aspectj
public class: AspectJAfterThrowingAdvice [javadoc | source]
java.lang.Object
   org.springframework.aop.aspectj.AbstractAspectJAdvice
      org.springframework.aop.aspectj.AspectJAfterThrowingAdvice

All Implemented Interfaces:
    org.aopalliance.intercept.MethodInterceptor, AfterAdvice, org.aopalliance.aop.Advice, AspectJPrecedenceInformation

Spring AOP advice wrapping an AspectJ after-throwing advice method.
Fields inherited from org.springframework.aop.aspectj.AbstractAspectJAdvice:
JOIN_POINT_KEY,  aspectJAdviceMethod
Constructor:
 public AspectJAfterThrowingAdvice(Method aspectJBeforeAdviceMethod,
    AspectJExpressionPointcut pointcut,
    AspectInstanceFactory aif) 
Method from org.springframework.aop.aspectj.AspectJAfterThrowingAdvice Summary:
invoke,   isAfterAdvice,   isBeforeAdvice,   setThrowingName
Methods from 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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.aspectj.AspectJAfterThrowingAdvice Detail:
 public Object invoke(MethodInvocation mi) throws Throwable 
 public boolean isAfterAdvice() 
 public boolean isBeforeAdvice() 
 public  void setThrowingName(String name)