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

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

Uses of TreeCacheAop in org.jboss.cache.aop
 

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

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

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

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

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

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

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

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



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