|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A contract interface for a method interceptor. The interception point where the application can weave a specialised behaviour before and after the target aspect.
| Method Summary | |
java.lang.Object |
invocation(IInterceptionContext context)
Invocation method that is a called by the Aspect Oriented framework implementation. |
| Method Detail |
public java.lang.Object invocation(IInterceptionContext context)
throws java.lang.Throwable
The AOP weaver implementation supplies a context
IInterceptionContext so that application writer can
examine the pointcut information and most importantly invoke
the target method.
context - the interception context
void
Java method returns null in most AOP weaver implementations.
a - weaved method can in theory raise any Java exception or not raise it.
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||