|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.management.JoinPointState
Enumeration for all join point states.
Field Summary | |
static int |
ADVISED
The join point is advised (this does not mean that it has advices attached to it). |
static int |
HAS_ADVICES
The join point has advices. |
static int |
NOT_ADVISED
The join point is not advised. |
static int |
REDEFINED
The join point has beed redefined, needs redeployment. |
Constructor Summary | |
JoinPointState()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NOT_ADVISED
public static final int ADVISED
public static final int HAS_ADVICES
public static final int REDEFINED
Constructor Detail |
public JoinPointState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |