public class ContainerProxyFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROXY_CLASSES_DEFAULT_PACKAGE |
static String |
PROXY_NAME_PREFIX |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
getProxyClass(boolean objectAsSuper,
ClassLoader loader,
ContainerProxyCacheKey key,
Advisor advisor) |
static Class<?> |
getProxyClass(boolean objectAsSuper,
ClassLoader loader,
ContainerProxyCacheKey key,
Advisor advisor,
MarshalledContainerProxy outOfVmProxy) |
static Class<?> |
getProxyClass(boolean objectAsSuper,
ContainerProxyCacheKey key,
Advisor advisor) |
static Class<?> |
getProxyClass(boolean objectAsSuper,
ContainerProxyCacheKey key,
Advisor advisor,
MarshalledContainerProxy outOfVmProxy) |
static Class<?> |
getProxyClass(Class<?> clazz,
AspectManager manager) |
public static final String PROXY_NAME_PREFIX
public static final String PROXY_CLASSES_DEFAULT_PACKAGE
public static Class<?> getProxyClass(Class<?> clazz, AspectManager manager) throws Exception
Exception
public static Class<?> getProxyClass(boolean objectAsSuper, ContainerProxyCacheKey key, Advisor advisor) throws Exception
Exception
public static Class<?> getProxyClass(boolean objectAsSuper, ClassLoader loader, ContainerProxyCacheKey key, Advisor advisor) throws Exception
Exception
public static Class<?> getProxyClass(boolean objectAsSuper, ContainerProxyCacheKey key, Advisor advisor, MarshalledContainerProxy outOfVmProxy) throws Exception
Exception
public static Class<?> getProxyClass(boolean objectAsSuper, ClassLoader loader, ContainerProxyCacheKey key, Advisor advisor, MarshalledContainerProxy outOfVmProxy) throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.