|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.interface21.aop.framework.AopContext
Class containing static methods used to obtain
information about the current AOP invocation.
The currentInvocation() method--the only public method in
this class--is usable only if the AOP framework is configured
to expose invocations. The framework does not expose invocation contexts
by default, as there is a performance cost in doing so.
The functionality in this class might be used by a target
object that needed access to resources on the invocation.
However, this approach should not be used when there is
a reasonable alternative, as it makes application code dependent on
usage under AOP and--specifically--the Spring AOP framework.
| Constructor Summary | |
AopContext()
|
|
| Method Summary | |
static org.aopalliance.MethodInvocation |
currentInvocation()
Try to return the current AOP invocation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AopContext()
| Method Detail |
public static org.aopalliance.MethodInvocation currentInvocation()
org.aopalliance.AspectException - if the invocation cannot be found,
because the method was invoked outside an AOP invocation
context or because the AOP framework has not been configured
to expose the invocation context.
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||