Package | Description |
---|---|
org.jboss.aop |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,AdviceStack> |
AspectManager.interceptorStacks |
Modifier and Type | Method and Description |
---|---|
AdviceStack |
AspectManager.getAdviceStack(String name)
Find an interceptor stack referenced by name ( <stack> )
|
AdviceStack |
Domain.getAdviceStack(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,AdviceStack> |
AspectManager.getInterceptorStacks() |
Map<String,AdviceStack> |
Domain.getInterceptorStacks() |
Modifier and Type | Method and Description |
---|---|
void |
AspectManager.addAdviceStack(AdviceStack stack)
Add a referencable InterceptorStack( <stack> )
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.