|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.aop.helper.BeforeAdviceAdaptor
An adaptor class that makes it easier to write a convenient "Before" advice on the method interceptor.
| Constructor Summary | |
BeforeAdviceAdaptor()
Default constructor |
|
| Method Summary | |
abstract java.lang.Object |
before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
The before 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 BeforeAdviceAdaptor()
| 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 before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
throws java.lang.Throwable
method - 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 | |||||||||