|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.advice.AbstractAdvice
org.codehaus.aspectwerkz.advice.AroundAdvice
org.codehaus.aspectwerkz.advice.DefaultAroundAdvice
Default implementation of the around advice.
Only to be used as a container for pre A post advices. Executes it's pre A post advices A delegates in between direcly to the next around advice in the chain.
| Constructor Summary | |
DefaultAroundAdvice()
Creates a new default around advice. |
|
| Method Summary | |
java.lang.Object |
execute(JoinPoint joinPoint)
Delegates directly to the next advice in the chain. |
| Methods inherited from class org.codehaus.aspectwerkz.advice.AroundAdvice |
doExecute |
| Methods inherited from class org.codehaus.aspectwerkz.advice.AbstractAdvice |
getAdviceClass, getContainer, getDeploymentModel, getMemoryType, getName, getParameter, getParameters, getPerJvmAdvice, getSystem, newInstance, setAdviceClass, setContainer, setDeploymentModel, setName, setParameter, setParameters |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultAroundAdvice()
| Method Detail |
public java.lang.Object execute(JoinPoint joinPoint)
throws java.lang.Throwable
execute in class AroundAdvicejoinPoint - the join point for the pointcut
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||