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