|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.aspect.Aspect
org.codehaus.aspectwerkz.attribdef.aspect.CFlowSystemAspect
Manages the cflow pointcuts.
Field Summary | |
static java.lang.String |
CLASS_NAME
The class name for the aspect. |
static java.lang.String |
DEPLOYMENT_MODEL
The deployment model for the aspect. |
static java.lang.String |
NAME
A unique name for the aspect. |
static java.lang.String |
POST_ADVICE
The name of the post advice method. |
static int |
POST_ADVICE_INDEX
Index of the post advice method. |
static java.lang.String |
PRE_ADVICE
The name of the pre advice method. |
static int |
PRE_ADVICE_INDEX
Index of the pre advice method. |
Fields inherited from class org.codehaus.aspectwerkz.attribdef.aspect.Aspect |
EMPTY_OBJECT_ARRAY |
Constructor Summary | |
CFlowSystemAspect()
|
Method Summary | |
void |
enterControlFlow(JoinPoint joinPoint)
Registers the join point as the start of a control flow (cflow) in the system. |
void |
exitControlFlow(JoinPoint joinPoint)
Registers the join point as the end of a control flow (cflow) in the system. |
Methods inherited from class org.codehaus.aspectwerkz.attribdef.aspect.Aspect |
___AW_getAspectClass, ___AW_getAspectDef, ___AW_getContainer, ___AW_getContainerType, ___AW_getDeploymentModel, ___AW_getMixinTargetClass, ___AW_getMixinTargetInstance, ___AW_getName, ___AW_getParameter, ___AW_getSystem, ___AW_getTargetClass, ___AW_getTargetInstance, ___AW_invokeAdvice, ___AW_setAspectClass, ___AW_setAspectDef, ___AW_setContainer, ___AW_setDeploymentModel, ___AW_setName, ___AW_setParameter, ___AW_setTargetClass, ___AW_setTargetInstance, newInstance |
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 CLASS_NAME
public static final java.lang.String DEPLOYMENT_MODEL
public static final java.lang.String PRE_ADVICE
public static final java.lang.String POST_ADVICE
public static final int PRE_ADVICE_INDEX
public static final int POST_ADVICE_INDEX
Constructor Detail |
public CFlowSystemAspect()
Method Detail |
public void enterControlFlow(JoinPoint joinPoint) throws java.lang.Throwable
joinPoint
- the join point
java.lang.Throwable
- the exception from the invocationpublic void exitControlFlow(JoinPoint joinPoint) throws java.lang.Throwable
joinPoint
- the join point
java.lang.Throwable
- the exception from the invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |