|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
CacheInterceptor(TreeCacheAop cache,
Fqn fqn,
CachedType type)
|
|
CollectionClassHandler(TreeCacheAop cache,
InternalDelegate internal,
ObjectGraphHandler graphHandler)
|
|
ObjectGraphHandler(TreeCacheAop cache,
InternalDelegate internal,
TreeCacheAopDelegate delegate)
|
|
SerializableObjectHandler(TreeCacheAop cache,
InternalDelegate internal)
|
|
TreeCacheAopDelegate(TreeCacheAop cache)
|
|
TreeCacheAopView(TreeCacheAop cache)
|
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.createListProxy(TreeCacheAop cache,
Fqn fqn,
java.lang.Class clazz)
|
static org.jboss.aop.proxy.ClassProxy |
CollectionInterceptorUtil.createMapProxy(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 | |
---|---|
CachedListImpl(TreeCacheAop cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedListInterceptor(TreeCacheAop cache,
Fqn fqn,
java.lang.Class clazz)
|
|
CachedMapImpl(TreeCacheAop cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedMapInterceptor(TreeCacheAop cache,
Fqn fqn,
java.lang.Class clazz)
|
|
CachedSetImpl(TreeCacheAop cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedSetInterceptor(TreeCacheAop cache,
Fqn fqn,
java.lang.Class clazz)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |