|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.aspect.CFlowSystemAspect
Manages the cflow pointcuts.
Field Summary | |
static String |
CLASS_NAME
The class name for the aspect. |
static String |
DEPLOYMENT_MODEL
The deployment model for the aspect. |
static String |
NAME
A unique name for the aspect. |
static String |
POST_ADVICE
The name of the post advice method. |
static int |
POST_ADVICE_INDEX
Index of the post advice method. |
static String |
PRE_ADVICE
The name of the pre advice method. |
static int |
PRE_ADVICE_INDEX
Index of the pre advice method. |
Constructor Summary | |
CFlowSystemAspect(CrossCuttingInfo info)
Creates a new cflow system aspect instance. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String CLASS_NAME
public static final String NAME
public static final String DEPLOYMENT_MODEL
public static final String PRE_ADVICE
public static final String POST_ADVICE
public static final int PRE_ADVICE_INDEX
public static final int POST_ADVICE_INDEX
Constructor Detail |
public CFlowSystemAspect(CrossCuttingInfo info)
info
- the cross-cutting infoMethod Detail |
public void enterControlFlow(JoinPoint joinPoint) throws Throwable
joinPoint
- the join point
Throwable
- the exception from the invocationpublic void exitControlFlow(JoinPoint joinPoint) throws Throwable
joinPoint
- the join point
Throwable
- the exception from the invocation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |