Interface | Description |
---|---|
DynamicTransformationObserver |
Observer of the transformation process of a class (the transformation target class).
|
HotSwapper |
HotSwapper represents a class capable of hot swapping code.
|
JoinpointClassifier.BindingCollectionAccessor | |
JoinpointClassifier.Matcher |
This interface encapsulates a matching method.
|
Untransformable |
Tag interface to mark class as not transformable by AOP framework
|
Class | Description |
---|---|
CallerInfoAdder |
Strategy for adding caller info fields to class
|
CallerTransformer |
Instruments Caller pointcuts
|
ClassicCallerInfoAdder |
Adds CallerInfo fields to advised class
|
ClassicInstrumentor |
Comment
|
Codifier |
Register pending codes, so that they can be added
to a class bytecode in a later moment.
|
ConByConJoinPointGenerator | |
ConByMethodJoinPointGenerator | |
ConstructionJoinPointGenerator | |
ConstructionTransformer |
Comment
|
ConstructorExecutionTransformer |
Comment
|
ConstructorJoinPointGenerator | |
DeclareChecker | |
FieldAccessTransformer | |
FieldJoinPointGenerator | |
GeneratedAdvisorCallerInfoAdder |
Adds CallerInfo fields to generated advisor
|
GeneratedAdvisorCallerTransformer |
Used with the GeneratedClassAdvisor
|
GeneratedAdvisorConstructionTransformer |
Comment
|
GeneratedAdvisorConstructorExecutionTransformer |
Comment
|
GeneratedAdvisorFieldAccessTransformer |
Comment
|
GeneratedAdvisorInstrumentor |
Comment
|
GeneratedAdvisorMethodExecutionTransformer |
Used with GeneratedAdvisorInstrumentor
|
Instrumentor |
Transforms byte code, making a class advisable.
|
InstrumentorEnum | |
InstrumentorFactory |
Comment
|
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 . |
JoinPointGenerator |
Creates the Joinpoint invocation replacement classes used with Generated advisors
|
JoinPointGenerator.JoinPointParameters | |
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.
|
MethodByConJoinPointGenerator | |
MethodByMethodJoinPointGenerator | |
MethodExecutionTransformer |
Comment
|
MethodJoinPointGenerator |
Creates the Joinpoint invocation replacement classes used with Generated advisors
|
NonOptimizedCallerTransformer |
Comment
|
NonOptimizedConstructionTransformer |
Comment
|
NonOptimizedConstructorExecutionTransformer |
Comment
|
NonOptimizedFieldAccessTransformer |
Comment
|
NonOptimizedMethodExecutionTransformer |
Comment
|
OptimizedBehaviourInvocations |
Comment
|
OptimizedCallerInvocations |
Comment
|
OptimizedCallerTransformer |
Comment
|
OptimizedConstructionInvocations |
Comment
|
OptimizedConstructionTransformer |
Comment
|
OptimizedConstructorExecutionTransformer |
Comment
|
OptimizedConstructorInvocations |
Comment
|
OptimizedFieldAccessTransformer |
Comment
|
OptimizedFieldInvocations |
Comment
|
OptimizedInvocations |
Comment
|
OptimizedMethodExecutionTransformer |
Comment
|
OptimizedMethodInvocations |
Comment
|
TransformerCommon |
A few handy methods and common things used by the other Transformers
|
TransformerFactory |
Comment
|
WeavingRegistry |
Registers what has been loaded already but is not woven.
|
WrapperTransformer |
This class is responsible for wrapping joinpoints.
|
Exception | Description |
---|---|
TransformationException |
Comment
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.