public class ClassProxyFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GENERATED_PROXIES_PACKAGE |
Constructor and Description |
---|
ClassProxyFactory() |
Modifier and Type | Method and Description |
---|---|
static HashMap<Long,MethodPersistentReference> |
getMethodMap(Class<?> clazz) |
static HashMap<Long,MethodPersistentReference> |
getMethodMap(String classname) |
static HashMap<Long,MethodPersistentReference> |
methodMap(Class<?> clazz) |
static ClassProxy |
newInstance(Class<?> clazz) |
static ClassProxy |
newInstance(Class<?> clazz,
ProxyMixin[] mixins) |
static ClassProxy |
newInstance(Class<?> clazz,
ProxyMixin[] mixins,
boolean interceptWriteReplace) |
static ClassProxy |
newInstance(Class<?> clazz,
ProxyMixin[] mixins,
InstanceAdvisor advisor) |
static ClassProxy |
newInstance(Class<?> clazz,
ProxyMixin[] mixins,
InstanceAdvisor advisor,
boolean interceptWriteReplace) |
public static final String GENERATED_PROXIES_PACKAGE
public static ClassProxy newInstance(Class<?> clazz) throws Exception
Exception
public static ClassProxy newInstance(Class<?> clazz, ProxyMixin[] mixins) throws Exception
Exception
public static ClassProxy newInstance(Class<?> clazz, ProxyMixin[] mixins, boolean interceptWriteReplace) throws Exception
Exception
public static ClassProxy newInstance(Class<?> clazz, ProxyMixin[] mixins, InstanceAdvisor advisor) throws Exception
Exception
public static ClassProxy newInstance(Class<?> clazz, ProxyMixin[] mixins, InstanceAdvisor advisor, boolean interceptWriteReplace) throws Exception
Exception
public static HashMap<Long,MethodPersistentReference> getMethodMap(String classname)
public static HashMap<Long,MethodPersistentReference> getMethodMap(Class<?> clazz)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.