Uses of Class
org.jboss.aop.advice.AdviceStack

Packages that use AdviceStack
org.jboss.aop   
 

Uses of AdviceStack in org.jboss.aop
 

Fields in org.jboss.aop with type parameters of type AdviceStack
protected  HashMap<String,AdviceStack> AspectManager.interceptorStacks
           
 

Methods in org.jboss.aop that return AdviceStack
 AdviceStack Domain.getAdviceStack(String name)
           
 AdviceStack AspectManager.getAdviceStack(String name)
          Find an interceptor stack referenced by name ( <stack> )
 

Methods in org.jboss.aop that return types with arguments of type AdviceStack
 Map<String,AdviceStack> Domain.getInterceptorStacks()
           
 Map<String,AdviceStack> AspectManager.getInterceptorStacks()
           
 

Methods in org.jboss.aop with parameters of type AdviceStack
 void AspectManager.addAdviceStack(AdviceStack stack)
          Add a referencable InterceptorStack( <stack> )
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.