Package org.jboss.aop.instrument

Interface Summary
DynamicTransformationObserver Observer of the transformation process of a class (the transformation target class).
HotSwapper HotSwapper represents a class capable of hot swapping code.
JoinpointClassifier.Matcher This interface encapsulates a matching method.
Untransformable Tag interface to mark class as not transformable by AOP framework
 

Class Summary
CallerTransformer Instruments Caller pointcuts
Codifier Register pending codes, so that they can be added to a class bytecode in a later moment.
ConstructorExecutionTransformer Comment
DeclareChecker  
FieldAccessTransformer  
Instrumentor Transforms byte code, making a class advisable.
JoinpointClassification This class represents the classification of a joinpoint.
JoinpointClassifier This class performs the joinpoint classifications.
JoinpointFullClassifier This class fully classifies joinpoints as JoinpointClassification.PREPARED as JoinpointClasification.WRAPPED and as JoinpointClassification.DYNAMICALY_WRAPPED according to the pointcuts registered in AspectManager.
JoinpointSimpleClassifier This joinpoint classifier is anaware of differences between PREPARED and WRAPPED classifications.
JoinpointStatusUpdate This class contains the status update of all joinpoints associated to a class.
JoinpointStatusUpdate.ClassJoinpoints Collection of the joinponts of a class.
MethodExecutionTransformer Comment
TransformerCommon A few handy methods and common things used by the other Transformers
WrapperTransformer This class is responsible for wrapping joinpoints.
 

Exception Summary
TransformationException Comment
 



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