Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.classpool | |
org.jboss.aop.proxy.container |
Modifier and Type | Class and Description |
---|---|
class |
GeneratedAdvisorDomain |
class |
InstanceDomain
comment
|
Modifier and Type | Field and Description |
---|---|
protected org.jboss.util.collection.WeakValueHashMap<String,Domain> |
AspectManager.subDomainsByName
A map of domains by name
|
protected WeakHashMap<Class<?>,WeakReference<Domain>> |
AspectManager.subDomainsPerClass
A map of domains by class, maintaned by the top level AspectManager
|
protected WeakHashMap<Domain,Object> |
AspectManager.subscribedSubDomains
Each domain may have sub domains interested in changes happening in this manager/domain
|
protected WeakHashMap<Domain,Object> |
AspectManager.subscribedSubDomainsQueue
A queue for adding new subscribed subdomains to
|
Modifier and Type | Method and Description |
---|---|
Domain |
GeneratedInstanceAdvisorMixin.getDomain() |
Domain |
InstanceAdvisor.getDomain()
Returns the domain where this advisor belongs.
|
Domain |
ClassInstanceAdvisor.getDomain() |
Modifier and Type | Method and Description |
---|---|
protected Map<Class<?>,WeakReference<Domain>> |
AspectManager.getSubDomainsPerClass() |
protected Map<Class<?>,WeakReference<Domain>> |
Domain.getSubDomainsPerClass()
Managed by the top-level aspect manager
|
Map<Domain,Object> |
AspectManager.getSubscribedSubDomains() |
Modifier and Type | Method and Description |
---|---|
protected void |
AspectManager.addSubDomainByName(Domain domain) |
void |
AspectManager.addSubDomainPerClass(Class<?> clazz,
Domain domain) |
void |
AspectManager.subscribeSubDomain(Domain domain)
Add subscriber to queue
|
void |
AspectManager.unsubscribeSubDomain(Domain domain) |
Modifier and Type | Method and Description |
---|---|
Domain |
AOPClassLoaderScopingPolicy.getDomain(ClassLoader classLoader,
AspectManager parent)
Get the domain for classloader
|
Domain |
AOPClassLoaderScopingPolicy.getTopLevelDomain(AspectManager parent)
Get the top level domain
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyAdvisorDomain
The domain used by the container proxies
|
Modifier and Type | Method and Description |
---|---|
Domain |
MarshalledProxyAdvisor.getDomain() |
Domain |
InstanceProxyContainer.getDomain() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.