org.jboss.aop
Class AdvisorFactory
java.lang.Object
org.jboss.aop.AdvisorFactory
public class AdvisorFactory
- extends Object
- Version:
- $Revision
- Author:
- Staale W. Pedersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS
protected static final int CLASS
- See Also:
- Constant Field Values
OTHER_ADVISOR
protected static final int OTHER_ADVISOR
- See Also:
- Constant Field Values
advisor
protected static int advisor
otherAdvisorConstructor
protected static Constructor<?> otherAdvisorConstructor
AdvisorFactory
public AdvisorFactory()
initialise
public static void initialise(String property)
getClassAdvisor
public static ClassAdvisor getClassAdvisor(Class<?> clazz,
AspectManager am)
getClassAdvisor
public static ClassAdvisor getClassAdvisor(javassist.CtClass clazz,
AspectManager am)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.