Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.proxy.container |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,InterfaceIntroduction> |
AspectManager.interfaceIntroductions |
protected ArrayList<InterfaceIntroduction> |
Advisor.interfaceIntroductions
The collection of interface introductions that affect the advised context.
|
Modifier and Type | Method and Description |
---|---|
InterfaceIntroduction |
AspectManager.getInterfaceIntroduction(String name)
Retrieve an introduction pointcut of a certain name
|
Modifier and Type | Method and Description |
---|---|
Map<String,InterfaceIntroduction> |
AspectManager.getInterfaceIntroductions() |
ArrayList<InterfaceIntroduction> |
Advisor.getInterfaceIntroductions() |
Map<String,InterfaceIntroduction> |
Domain.getInterfaceIntroductions() |
Modifier and Type | Method and Description |
---|---|
void |
AspectManager.addInterfaceIntroduction(InterfaceIntroduction pointcut)
Register an introduction pointcut
|
void |
Advisor.addInterfaceIntroduction(InterfaceIntroduction pointcut) |
void |
Domain.addInterfaceIntroduction(InterfaceIntroduction pointcut) |
void |
Advisor.removeInterfaceIntroduction(InterfaceIntroduction pointcut) |
Modifier and Type | Method and Description |
---|---|
static InstanceProxyContainer |
InstanceProxyContainer.createInstanceProxyContainer(Advisor classAdvisor,
InterfaceIntroduction introduction,
org.jboss.metadata.spi.MetaData metaData) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.