Uses of Class
org.jboss.aop.proxy.container.ContainerProxyCacheKey

Packages that use ContainerProxyCacheKey
org.jboss.aop.proxy.container   
 

Uses of ContainerProxyCacheKey in org.jboss.aop.proxy.container
 

Methods in org.jboss.aop.proxy.container that return ContainerProxyCacheKey
 ContainerProxyCacheKey MarshalledContainerProxy.getKey()
           
 ContainerProxyCacheKey ContainerCache.getKey()
           
 

Methods in org.jboss.aop.proxy.container with parameters of type ContainerProxyCacheKey
static ClassProxyContainer ContainerCache.getCachedContainer(ContainerProxyCacheKey key)
           
static Class<?> ContainerProxyFactory.getProxyClass(boolean objectAsSuper, ContainerProxyCacheKey key, Advisor advisor)
           
static Class<?> ContainerProxyFactory.getProxyClass(boolean objectAsSuper, ContainerProxyCacheKey key, Advisor advisor, MarshalledContainerProxy outOfVmProxy)
           
 void ProxyTemplate.setContainerProxyCacheKey(ContainerProxyCacheKey key)
           
 void Delegate.setContainerProxyCacheKey(ContainerProxyCacheKey key)
           
 

Constructors in org.jboss.aop.proxy.container with parameters of type ContainerProxyCacheKey
MarshalledContainerProxy(AspectManaged proxyInstance, ContainerProxyCacheKey key, Object[] mixins, Object delegate, Advisor currentAdvisor, SimpleMetaData metadata)
           
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.