Uses of Class
org.jboss.cache.aop.PojoCache

Packages that use PojoCache
org.jboss.cache.aop   
org.jboss.cache.aop.collection   
org.jboss.cache.aop.util   
 

Uses of PojoCache in org.jboss.cache.aop
 

Subclasses of PojoCache in org.jboss.cache.aop
 class TreeCacheAop
          Deprecated. Since 1.4, replaced by PojoCache
 

Fields in org.jboss.cache.aop declared as PojoCache
protected  PojoCache CacheInterceptor.cache
           
protected  PojoCache TreeCacheAopDelegate.cache_
           
protected  PojoCache SerializableObjectHandler.cache_
           
protected  PojoCache ObjectGraphHandler.cache_
           
protected  PojoCache InternalDelegate.cache_
           
protected  PojoCache CollectionClassHandler.cache_
           
 

Constructors in org.jboss.cache.aop with parameters of type PojoCache
CacheInterceptor(PojoCache cache, Fqn fqn, CachedType type)
           
CollectionClassHandler(PojoCache cache, InternalDelegate internal, ObjectGraphHandler graphHandler)
           
ObjectGraphHandler(PojoCache cache, InternalDelegate internal, TreeCacheAopDelegate delegate)
           
SerializableObjectHandler(PojoCache cache, InternalDelegate internal)
           
TreeCacheAopDelegate(PojoCache cache)
           
 

Uses of PojoCache in org.jboss.cache.aop.collection
 

Fields in org.jboss.cache.aop.collection declared as PojoCache
protected  PojoCache CachedSetImpl.cache_
           
protected  PojoCache CachedMapImpl.cache_
           
protected  PojoCache CachedListImpl.cache_
           
 

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

Constructors in org.jboss.cache.aop.collection with parameters of type PojoCache
CachedListImpl(PojoCache cache, AbstractCollectionInterceptor interceptor)
           
CachedListInterceptor(PojoCache cache, Fqn fqn, java.lang.Class clazz, java.util.List obj)
           
CachedMapImpl(PojoCache cache, AbstractCollectionInterceptor interceptor)
           
CachedMapInterceptor(PojoCache cache, Fqn fqn, java.lang.Class clazz, java.util.Map obj)
           
CachedSetImpl(PojoCache cache, AbstractCollectionInterceptor interceptor)
           
CachedSetInterceptor(PojoCache cache, Fqn fqn, java.lang.Class clazz, java.util.Set obj)
           
 

Uses of PojoCache in org.jboss.cache.aop.util
 

Methods in org.jboss.cache.aop.util with parameters of type PojoCache
static DataNode AopUtil.get(PojoCache cache, Fqn fqn)
           
static java.util.Set AopUtil.getNodeChildren(PojoCache cache, Fqn fqn)
           
static boolean ObjectUtil.isReachable(PojoCache cache, java.lang.Object originalObject, java.lang.Object thisObject)
          Static methos to check if thisObject is reachable from originalObject.
static boolean ObjectUtil.isReachableInner(PojoCache cache, java.lang.Object originalObject, java.lang.Object thisObject, java.util.Set objSet)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.