|
||||||||||
| 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.AbstractPrePostAdvice
org.codehaus.aspectwerkz.advice.PostAdvice
org.codehaus.aspectwerkz.advice.CFlowPostAdvice
Registers the join point as the end of a control flow (cflow) in the AspectWerkz system.
| Field Summary | |
static java.lang.String |
DEPLOYMENT_MODEL
The deployment model for the advice. |
static java.lang.String |
NAME
A unique name for the advice. |
| Constructor Summary | |
CFlowPostAdvice()
Creates a new cflow advice. |
|
| Method Summary | |
void |
execute(JoinPoint joinPoint)
Registers the join point as the end of a control flow (cflow) in the system. |
static AdviceDefinition |
getDefinition()
Returns the definition for this advice. |
| Methods inherited from class org.codehaus.aspectwerkz.advice.PostAdvice |
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 |
| Field Detail |
public static final java.lang.String NAME
public static final java.lang.String DEPLOYMENT_MODEL
| Constructor Detail |
public CFlowPostAdvice()
| Method Detail |
public void execute(JoinPoint joinPoint)
throws java.lang.Throwable
joinPoint - the join point
java.lang.Throwable - the exception from the invocationpublic static AdviceDefinition getDefinition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||