|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.aop.helper.AfterAdviceAdaptor
An adaptor class that makes it easier to write a convenient "After" advice on the method interceptor.
| Constructor Summary | |
AfterAdviceAdaptor()
Default constructor |
|
| Method Summary | |
abstract java.lang.Object |
after(java.lang.Object returnValue,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
The after advice that the subclasser must implement. |
java.lang.Object |
invocation(IInterceptionContext context)
The method interceptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AfterAdviceAdaptor()
| Method Detail |
public final java.lang.Object invocation(IInterceptionContext context)
throws java.lang.Throwable
invocation in interface IMethodInterceptorcontext - the interception context
java.lang.ThrowableIMethodInterceptor.invocation(com.xenonsoft.bridgetown.aop.IInterceptionContext)
public abstract java.lang.Object after(java.lang.Object returnValue,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
throws java.lang.Throwable
returnValue - the return value after the joinpoint has been invokedmethod - the method join pointargs - the arguments that where were suppliedtarget - the target object
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||