|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.pointcut.AbstractPointcut
org.codehaus.aspectwerkz.pointcut.ThrowsPointcut
Implements the pointcut concept for exception handling.
Is an abstraction of a well defined point of execution in the program.
Could matches one or many points as long as they are well defined.
Stores the advices for this specific pointcut.
Constructor Summary | |
ThrowsPointcut(java.lang.String uuid,
Expression pattern)
Creates a new throws pointcut. |
Method Summary | |
void |
addPointcutDef(PointcutDefinition pointcut)
Adds a new pointcut definition. |
Methods inherited from class org.codehaus.aspectwerkz.pointcut.AbstractPointcut |
addAdvice, addAdvices, getAdviceIndex, getAdviceIndexes, getAdviceIndexTuples, getAdviceNames, getCFlowExpression, getExpression, hasAdvice, removeAdvice, setAdviceIndexTuples, setCFlowExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThrowsPointcut(java.lang.String uuid, Expression pattern)
uuid
- the UUID for the AspectWerkz systemMethod Detail |
public void addPointcutDef(PointcutDefinition pointcut)
pointcut
- the pointcut definition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |