org.jboss.aop.advice
Class AdviceStack
java.lang.Object
org.jboss.aop.advice.AdviceStack
- public class AdviceStack
- extends Object
- Version:
- $Revision: 1.3 $
- 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 interceptorFactories
AdviceStack
public AdviceStack(String name,
ArrayList factories)
getName
public String getName()
getInterceptorFactories
public ArrayList getInterceptorFactories()
createInterceptors
public Interceptor[] createInterceptors(Advisor advisor,
Joinpoint jp)
createInterceptors
public Interceptor[] createInterceptors()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.