|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a pointcut.
A pointcut is an advice which is applied to a set of base program elements.
| Method Summary | |
Aspect |
getAspect()
Gets the aspect this pointcut belongs to. |
AspectElement[] |
getAspectElements()
Gets the aspect elements attached to this pointcut. |
java.lang.Object |
getDescriptor()
Gets the pointcut decriptor. |
| Method Detail |
public AspectElement[] getAspectElements()
public Aspect getAspect()
public java.lang.Object getDescriptor()
It is the descriptor that tells what are the set of joinpoints that are included whithin this pointcut.
This really has to be discussed!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||