|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.management.AroundAdviceExecutor
Handles the execution of the around advices.
Constructor Summary | |
AroundAdviceExecutor(AdviceInfo[] adviceIndexes,
int joinPointType)
Creates a new around advice executor. |
Method Summary | |
boolean |
hasAdvices()
Checks if the executor has any advices. |
Object |
proceed(JoinPointBase joinPoint)
Executes its advices one by one. |
void |
reset()
Resets the invocation flow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AroundAdviceExecutor(AdviceInfo[] adviceIndexes, int joinPointType)
adviceIndexes
- joinPointType
- Method Detail |
public Object proceed(JoinPointBase joinPoint) throws Throwable
joinPoint
- the current join point
Throwable
public boolean hasAdvices()
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |