|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCollectionInterceptor | |
---|---|
org.jboss.cache.aop.collection |
Uses of AbstractCollectionInterceptor in org.jboss.cache.aop.collection |
---|
Subclasses of AbstractCollectionInterceptor in org.jboss.cache.aop.collection | |
---|---|
class |
CachedListInterceptor
List ineterceptor that delegates to underlying implementation. |
class |
CachedMapInterceptor
Map interceptor that delegates to the underlying impl. |
class |
CachedSetInterceptor
Set interceptor that delegates underlying impl. |
Fields in org.jboss.cache.aop.collection declared as AbstractCollectionInterceptor | |
---|---|
protected AbstractCollectionInterceptor |
CachedSetImpl.interceptor_
|
protected AbstractCollectionInterceptor |
CachedMapImpl.interceptor_
|
protected AbstractCollectionInterceptor |
CachedListImpl.interceptor_
|
Constructors in org.jboss.cache.aop.collection with parameters of type AbstractCollectionInterceptor | |
---|---|
CachedListImpl(TreeCacheAop cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedMapImpl(TreeCacheAop cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedSetImpl(TreeCacheAop cache,
AbstractCollectionInterceptor interceptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |