Uses of Class
org.jboss.cache.pojo.impl.PojoCacheImpl

Packages that use PojoCacheImpl
org.jboss.cache.pojo.collection   
org.jboss.cache.pojo.impl   
org.jboss.cache.pojo.interceptors.dynamic   
org.jboss.cache.pojo.util   
 

Uses of PojoCacheImpl in org.jboss.cache.pojo.collection
 

Methods in org.jboss.cache.pojo.collection with parameters of type PojoCacheImpl
static org.jboss.aop.proxy.ClassProxy CollectionInterceptorUtil.createListProxy(PojoCacheImpl cache, Fqn fqn, java.lang.Class clazz, java.util.List obj)
           
static org.jboss.aop.proxy.ClassProxy CollectionInterceptorUtil.createMapProxy(PojoCacheImpl cache, Fqn fqn, java.lang.Class clazz, java.util.Map obj)
           
static org.jboss.aop.proxy.ClassProxy CollectionInterceptorUtil.createSetProxy(PojoCacheImpl cache, Fqn fqn, java.lang.Class clazz, java.util.Set obj)
           
 

Constructors in org.jboss.cache.pojo.collection with parameters of type PojoCacheImpl
CachedListImpl(PojoCacheImpl cache, AbstractCollectionInterceptor interceptor)
           
CachedMapImpl(PojoCacheImpl pCache, AbstractCollectionInterceptor interceptor)
           
CachedSetImpl(PojoCacheImpl cache, AbstractCollectionInterceptor interceptor)
           
 

Uses of PojoCacheImpl in org.jboss.cache.pojo.impl
 

Constructors in org.jboss.cache.pojo.impl with parameters of type PojoCacheImpl
CacheListenerAdaptor(PojoCacheImpl cache)
           
PojoCacheDelegate(PojoCacheImpl cache)
           
 

Uses of PojoCacheImpl in org.jboss.cache.pojo.interceptors.dynamic
 

Constructors in org.jboss.cache.pojo.interceptors.dynamic with parameters of type PojoCacheImpl
CachedListInterceptor(PojoCacheImpl cache, Fqn fqn, java.lang.Class clazz, java.util.List obj)
           
CachedMapInterceptor(PojoCacheImpl cache, Fqn fqn, java.lang.Class clazz, java.util.Map obj)
           
CachedSetInterceptor(PojoCacheImpl cache, Fqn fqn, java.lang.Class clazz, java.util.Set obj)
           
CacheFieldInterceptor(PojoCacheImpl pCache, Fqn fqn, CachedType type)
           
 

Uses of PojoCacheImpl in org.jboss.cache.pojo.util
 

Methods in org.jboss.cache.pojo.util with parameters of type PojoCacheImpl
static boolean ObjectUtil.isReachable(PojoCacheImpl cache, java.lang.Object originalObject, java.lang.Object thisObject)
          Static methos to check if thisObject is reachable from originalObject.