org.jboss.aop.proxy.container
Class ContainerProxyFactory
java.lang.Object
org.jboss.aop.proxy.container.ContainerProxyFactory
public class ContainerProxyFactory
- extends Object
- Version:
- $Revision: 1.2 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerProxyFactory
public ContainerProxyFactory()
getIntroductions
public static ArrayList getIntroductions(Class clazz,
AspectManager manager)
getProxyClass
public static Class getProxyClass(Class clazz,
AspectManager manager)
throws Exception
- Throws:
Exception
createProxyCtClass
public static javassist.CtClass createProxyCtClass(ArrayList mixins,
Class clazz)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.