| Package | Description |
|---|---|
| org.jboss.aop | |
| org.jboss.aop.instrument |
| Modifier and Type | Method and Description |
|---|---|
JoinpointClassifier |
HotSwapStrategy.getJoinpointClassifier()
Returns a
org.jboss.aop.instrument.JoinpointFullClassifier
instance. |
JoinpointClassifier |
DynamicAOPStrategy.getJoinpointClassifier()
Returns a joinpoint classifier compatible to the strategy.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
protected JoinpointClassifier |
Instrumentor.joinpointClassifier |
| Modifier and Type | Method and Description |
|---|---|
protected JoinpointClassifier |
MethodExecutionTransformer.getClassifier() |
| Modifier and Type | Method and Description |
|---|---|
static Instrumentor |
InstrumentorFactory.getInstrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier) |
static Instrumentor |
InstrumentorFactory.getInstrumentor(javassist.ClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer) |
| Constructor and Description |
|---|
ClassicInstrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier) |
ClassicInstrumentor(javassist.ClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer) |
GeneratedAdvisorInstrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier) |
GeneratedAdvisorInstrumentor(javassist.ClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer) |
Instrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier) |
Instrumentor(javassist.ClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer)
Constructs new instrumentor.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.