|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectManager | |
org.codehaus.aspectwerkz | |
org.codehaus.aspectwerkz.aspect.management | |
org.codehaus.aspectwerkz.definition |
Uses of AspectManager in org.codehaus.aspectwerkz |
Methods in org.codehaus.aspectwerkz that return AspectManager | |
AspectManager |
AdviceInfo.getAspectManager()
Return the aspectManager. |
AspectManager |
AspectSystem.getAspectManager(int aspectManagerIndex)
Returns an AspectManager by its index. |
AspectManager |
AspectSystem.getAspectManager(String uuid)
Returns an AspectManager by its uuid |
AspectManager[] |
AspectSystem.getAspectManagers()
Returns the aspect managers for this system. |
Methods in org.codehaus.aspectwerkz with parameters of type AspectManager | |
void |
AspectSystem.propagateAspectManagers(AspectManager[] block,
int blockSizeBefore)
Propagates the aspect managers. |
Constructors in org.codehaus.aspectwerkz with parameters of type AspectManager | |
AdviceInfo(int aspectIndex,
int methodIndex,
AspectManager aspectManager,
AdviceType type,
String specialArgumentType)
Creates a new advice info. |
Uses of AspectManager in org.codehaus.aspectwerkz.aspect.management |
Fields in org.codehaus.aspectwerkz.aspect.management declared as AspectManager | |
protected AspectManager |
Pointcut.m_aspectManager
The AspectManager for the AspectWerkz system. |
Methods in org.codehaus.aspectwerkz.aspect.management that return AspectManager | |
AspectManager |
Pointcut.getAspectManager()
Returns the aspect manager. |
Constructors in org.codehaus.aspectwerkz.aspect.management with parameters of type AspectManager | |
AspectRegistry(AspectManager aspectManager,
SystemDefinition definition)
Creates a new aspect registry. |
|
Pointcut(AspectManager aspectManager,
ExpressionInfo expressionInfo)
Creates a new pointcut. |
Uses of AspectManager in org.codehaus.aspectwerkz.definition |
Methods in org.codehaus.aspectwerkz.definition with parameters of type AspectManager | |
static void |
StartupManager.initializeSystem(AspectManager aspectManager,
SystemDefinition definition)
Loads the system definition. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |