|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.aspectwerkz.SystemLoader
Stores the AspectSystem on a per ClassLoader basis.
ThegetSystem method checks for system
initialization.
| Constructor Summary | |
SystemLoader()
|
|
| Method Summary | |
static void |
deploySystemDefinitions(ClassLoader loader,
List definitions,
boolean activate)
|
static Collection |
getAllSystems()
|
static AspectSystem |
getSystem(Class klass)
Returns the System for a specific class. |
static AspectSystem |
getSystem(ClassLoader loader)
Returns the System for a specific ClassLoader. |
static AspectSystem |
getSystem(Object instance)
Returns the System for a specific instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemLoader()
| Method Detail |
public static AspectSystem getSystem(ClassLoader loader)
loader - the ClassLoader
public static AspectSystem getSystem(Object instance)
instance -
public static AspectSystem getSystem(Class klass)
klass -
public static Collection getAllSystems()
public static void deploySystemDefinitions(ClassLoader loader,
List definitions,
boolean activate)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||