|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectSystem | |
org.codehaus.aspectwerkz | |
org.codehaus.aspectwerkz.aspect.management | |
org.codehaus.aspectwerkz.joinpoint.management |
Uses of AspectSystem in org.codehaus.aspectwerkz |
Methods in org.codehaus.aspectwerkz that return AspectSystem | |
AspectSystem |
CrossCuttingInfo.getSystem()
Returns the AspectWerkz system housing this cross-cuttable class. |
static AspectSystem |
SystemLoader.getSystem(ClassLoader loader)
Returns the System for a specific ClassLoader. |
static AspectSystem |
SystemLoader.getSystem(Object instance)
Returns the System for a specific instance. |
static AspectSystem |
SystemLoader.getSystem(Class klass)
Returns the System for a specific class. |
Uses of AspectSystem in org.codehaus.aspectwerkz.aspect.management |
Fields in org.codehaus.aspectwerkz.aspect.management declared as AspectSystem | |
AspectSystem |
AspectManager.m_system
The system this AspectManager is defined in. |
Constructors in org.codehaus.aspectwerkz.aspect.management with parameters of type AspectSystem | |
AspectManager(AspectSystem system,
SystemDefinition definition)
Creates a new aspect manager. |
Uses of AspectSystem in org.codehaus.aspectwerkz.joinpoint.management |
Fields in org.codehaus.aspectwerkz.joinpoint.management declared as AspectSystem | |
protected AspectSystem |
JoinPointBase.m_system
|
Methods in org.codehaus.aspectwerkz.joinpoint.management with parameters of type AspectSystem | |
static JoinPoint |
JitCompiler.compileJoinPoint(int joinPointHash,
int joinPointType,
PointcutType pointcutType,
AdviceIndexInfo[] advice,
Class declaringClass,
Class targetClass,
AspectSystem system,
Object thisInstance,
Object targetInstance,
int hotswapCount)
Compiles a join point class on the fly that invokes the advice chain and the target join point statically. |
static JoinPointMetaData |
JoinPointMetaData.getJoinPointMetaData(PointcutType type,
AspectSystem system,
ReflectionInfo reflectInfo,
ReflectionInfo withinInfo)
Retrieves the join point metadata. |
void |
JoinPointRegistry.registerJoinPoint(int joinPointType,
int joinPointHash,
String signature,
int classHash,
Class declaringClass,
ReflectionInfo withinInfo,
AspectSystem system)
Registers the advices for the method join point. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |