org.jboss.aop.proxy.container
Class ContainerProxyFactory
java.lang.Object
org.jboss.aop.proxy.container.ContainerProxyFactory
public class ContainerProxyFactory
- extends Object
- Version:
- $Revision: 44253 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROXY_NAME_PREFIX
public static final String PROXY_NAME_PREFIX
- See Also:
- Constant Field Values
getProxyClass
public static Class getProxyClass(Class clazz,
AspectManager manager)
throws Exception
- Throws:
Exception
getProxyClass
public static Class getProxyClass(boolean objectAsSuper,
ContainerProxyCacheKey key,
Advisor advisor)
throws Exception
- Throws:
Exception
createProxyCtClass
public static javassist.CtClass createProxyCtClass(boolean objectAsSuper,
ArrayList mixins,
Class clazz,
Advisor advisor)
throws Exception
- Throws:
Exception
Copyright © 2004 JBoss Inc. All Rights Reserved.