Package | Description |
---|---|
org.jboss.aop.proxy.container |
Modifier and Type | Method and Description |
---|---|
ContainerProxyCacheKey |
MarshalledContainerProxy.getKey() |
ContainerProxyCacheKey |
ContainerCache.getKey() |
Modifier and Type | Method and Description |
---|---|
static ClassProxyContainer |
ContainerCache.getCachedContainer(ContainerProxyCacheKey key) |
static Class<?> |
ContainerProxyFactory.getProxyClass(boolean objectAsSuper,
ClassLoader loader,
ContainerProxyCacheKey key,
Advisor advisor) |
static Class<?> |
ContainerProxyFactory.getProxyClass(boolean objectAsSuper,
ClassLoader loader,
ContainerProxyCacheKey key,
Advisor advisor,
MarshalledContainerProxy outOfVmProxy) |
static Class<?> |
ContainerProxyFactory.getProxyClass(boolean objectAsSuper,
ContainerProxyCacheKey key,
Advisor advisor) |
static Class<?> |
ContainerProxyFactory.getProxyClass(boolean objectAsSuper,
ContainerProxyCacheKey key,
Advisor advisor,
MarshalledContainerProxy outOfVmProxy) |
void |
Delegate.setContainerProxyCacheKey(ContainerProxyCacheKey key) |
void |
ProxyTemplate.setContainerProxyCacheKey(ContainerProxyCacheKey key) |
Constructor and Description |
---|
MarshalledContainerProxy(AspectManaged proxyInstance,
ContainerProxyCacheKey key,
Object[] mixins,
Object delegate,
Advisor currentAdvisor,
SimpleMetaData metadata) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.