Package | Description |
---|---|
org.jboss.aop.instrument |
Modifier and Type | Class and Description |
---|---|
class |
ClassicInstrumentor
Comment
|
class |
GeneratedAdvisorInstrumentor
Comment
|
Modifier and Type | Field and Description |
---|---|
protected Instrumentor |
ConstructorExecutionTransformer.instrumentor |
protected Instrumentor |
ConstructionTransformer.instrumentor |
protected Instrumentor |
MethodExecutionTransformer.instrumentor |
Modifier and Type | Method and Description |
---|---|
protected Instrumentor |
ConstructorExecutionTransformer.getInstrumentor() |
Instrumentor |
MethodExecutionTransformer.MethodTransformation.getInstrumentor() |
static Instrumentor |
InstrumentorFactory.getInstrumentor(AspectManager manager,
JoinpointClassifier joinpointClassifier) |
static Instrumentor |
InstrumentorFactory.getInstrumentor(javassist.ClassPool pool,
AspectManager manager,
JoinpointClassifier joinpointClassifier,
DynamicTransformationObserver observer) |
Modifier and Type | Method and Description |
---|---|
protected static void |
TransformerCommon.addInfoField(Instrumentor instrumentor,
String infoClassName,
String infoName,
int modifiers,
javassist.CtClass addTo,
boolean weak,
javassist.CtField.Initializer init,
boolean synthetic) |
protected static void |
JoinPointGenerator.addUntransformableInterface(Instrumentor instrumentor,
javassist.CtClass clazz) |
protected static String |
OptimizedCallerInvocations.createOptimizedConCalledByConInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtConstructor con,
int callingIndex,
long calledHash) |
protected static String |
OptimizedCallerInvocations.createOptimizedConCalledByMethodInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtConstructor con,
long callingHash,
long calledHash) |
protected static String |
OptimizedConstructorInvocations.createOptimizedInvocationClass(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtConstructor con,
int index) |
protected static String |
OptimizedConstructionInvocations.createOptimizedInvocationClass(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtConstructor con,
int index) |
protected static String |
OptimizedFieldInvocations.createOptimizedInvocationClass(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtField field,
boolean get) |
protected static String |
OptimizedMethodInvocations.createOptimizedInvocationClass(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtMethod method,
javassist.CtMethod notAdvisedMethod) |
protected static String |
OptimizedCallerInvocations.createOptimizedMethodCalledByConInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtMethod method,
int callingIndex,
long calledHash) |
protected static String |
OptimizedCallerInvocations.createOptimizedMethodCalledByMethodInvocationClass(Instrumentor instrumentor,
String className,
javassist.CtClass callingClass,
javassist.CtMethod method,
long callingHash,
long calledHash) |
static MethodExecutionTransformer |
TransformerFactory.getMethodExecutionTransformer(Instrumentor instrumentor) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.