Uses of Class
org.jboss.aop.instrument.Instrumentor

Packages that use Instrumentor
org.jboss.aop.instrument   
 

Uses of Instrumentor in org.jboss.aop.instrument
 

Subclasses of Instrumentor in org.jboss.aop.instrument
 class ClassicInstrumentor
          Comment
 class GeneratedAdvisorInstrumentor
          Comment
 

Methods in org.jboss.aop.instrument that return Instrumentor
static Instrumentor InstrumentorFactory.getInstrumentor(AOPClassPool pool, AspectManager manager, JoinpointClassifier joinpointClassifier, DynamicTransformationObserver observer)
           
static Instrumentor InstrumentorFactory.getInstrumentor(AspectManager manager, JoinpointClassifier joinpointClassifier)
           
 

Constructors in org.jboss.aop.instrument with parameters of type Instrumentor
ConstructionTransformer(Instrumentor instrumentor, AspectManager manager)
           
FieldAccessTransformer(Instrumentor instrumentor)
           
CallerTransformer(Instrumentor instrumentor, AspectManager manager)
           
MethodExecutionTransformer(Instrumentor instrumentor)
           
ConstructorExecutionTransformer(Instrumentor instrumentor, AspectManager manager)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.