org.jboss.aop.proxy.container
Class ContainerProxyFactory

java.lang.Object
  extended byorg.jboss.aop.proxy.container.ContainerProxyFactory

public class ContainerProxyFactory
extends Object

Version:
$Revision: 1.2 $
Author:
Bill Burke

Constructor Summary
ContainerProxyFactory()
           
 
Method Summary
static javassist.CtClass createProxyCtClass(ArrayList mixins, Class clazz)
           
static ArrayList getIntroductions(Class clazz, AspectManager manager)
           
static Class getProxyClass(Class clazz, AspectManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerProxyFactory

public ContainerProxyFactory()
Method Detail

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.