public interface AOPClassLoaderScopingPolicy
This is a temporary abstraction to replace AOPScopedClassLoaderHelper until a better deployment/context resolution mechanism is used rather than using the classloader to decide things.
Modifier and Type | Method and Description |
---|---|
Domain |
getDomain(ClassLoader classLoader,
AspectManager parent)
Get the domain for classloader
|
Domain |
getTopLevelDomain(AspectManager parent)
Get the top level domain
|
Domain getDomain(ClassLoader classLoader, AspectManager parent)
classLoader
- the classloaderparent
- the parent (isn't this always the top level aspect manager?)Domain getTopLevelDomain(AspectManager parent)
parent
- the parent (isn't this always the top level aspect manager?)Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.