|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinpointClassifier | |
|---|---|
| org.jboss.aop | |
| org.jboss.aop.instrument | |
| Uses of JoinpointClassifier in org.jboss.aop |
|---|
| Methods in org.jboss.aop that return JoinpointClassifier | |
|---|---|
JoinpointClassifier |
DynamicAOPStrategy.getJoinpointClassifier()
Returns a joinpoint classifier compatible to the strategy. |
JoinpointClassifier |
HotSwapStrategy.getJoinpointClassifier()
Returns a org.jboss.aop.instrument.JoinpointFullClassifier
instance. |
| Uses of JoinpointClassifier in org.jboss.aop.instrument |
|---|
| Subclasses of JoinpointClassifier in org.jboss.aop.instrument | |
|---|---|
class |
JoinpointFullClassifier
This class fully classifies joinpoints as JoinpointClassification.PREPARED
as JoinpointClasification.WRAPPED and as
JoinpointClassification.DYNAMICALY_WRAPPED according
to the pointcuts registered in AspectManager. |
class |
JoinpointSimpleClassifier
This joinpoint classifier is anaware of differences between
PREPARED and WRAPPED classifications. |
| Fields in org.jboss.aop.instrument declared as JoinpointClassifier | |
|---|---|
protected JoinpointClassifier |
Instrumentor.joinpointClassifier
|
| Constructors in org.jboss.aop.instrument with parameters of type JoinpointClassifier | |
|---|---|
Instrumentor(AOPClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer)
Constructs new instrumentor. |
|
Instrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||