org.codehaus.aspectwerkz.joinpoint.management
Class JoinPointState

java.lang.Object
  extended byorg.codehaus.aspectwerkz.joinpoint.management.JoinPointState

public final class JoinPointState
extends Object

Enumeration for all join point states.

Author:
Jonas Bonér

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

NOT_ADVISED

public static final int NOT_ADVISED
The join point is not advised.

See Also:
Constant Field Values

ADVISED

public static final int ADVISED
The join point is advised (this does not mean that it has advices attached to it).

See Also:
Constant Field Values

HAS_ADVICES

public static final int HAS_ADVICES
The join point has advices.

See Also:
Constant Field Values

REDEFINED

public static final int REDEFINED
The join point has beed redefined, needs redeployment.

See Also:
Constant Field Values
Constructor Detail

JoinPointState

public JoinPointState()


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.