|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.instrument.JoinpointClassification
public final class JoinpointClassification
This class represents the classification of a joinpoint.
JoinpointClassification
is an implementation of the
Enum Type Pattern, described by Joshua Block on his
book entitled "Effective Java Programming Language Guide".
Field Summary | |
---|---|
static JoinpointClassification |
DYNAMICALY_WRAPPED
Indicates that the joinpoint must be wrapped inside a code block for interception due only to dynamic bindings. |
static JoinpointClassification |
NOT_INSTRUMENTED
Indicates that the joinpoint mustn't be instrumented. |
static JoinpointClassification |
PREPARED
Indicates that the joinpoint must be prepared for runtime wrapping. |
static JoinpointClassification |
WRAPPED
Indicates that the joinpoint must be wrapped inside a code block for interception. |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
String |
toString()
Returns a description of the joinpoint classification. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static JoinpointClassification NOT_INSTRUMENTED
public static JoinpointClassification PREPARED
public static JoinpointClassification WRAPPED
public static JoinpointClassification DYNAMICALY_WRAPPED
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object other)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |