org.jboss.aop.advice
Class AdviceStack
java.lang.Object
org.jboss.aop.advice.AdviceStack
public class AdviceStack
- extends Object
- Version:
- $Revision: 73173 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
interceptorFactories
protected ArrayList<InterceptorFactory> interceptorFactories
AdviceStack
public AdviceStack(String name,
ArrayList<InterceptorFactory> factories)
getName
public String getName()
getInterceptorFactories
public ArrayList<InterceptorFactory> getInterceptorFactories()
createInterceptors
public Interceptor[] createInterceptors(Advisor advisor,
Joinpoint jp)
createInterceptors
public Interceptor[] createInterceptors()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.