|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCollectionInterceptor | |
|---|---|
| org.jboss.cache.pojo.collection | |
| org.jboss.cache.pojo.interceptors.dynamic | |
| Uses of AbstractCollectionInterceptor in org.jboss.cache.pojo.collection |
|---|
| Methods in org.jboss.cache.pojo.collection that return AbstractCollectionInterceptor | |
|---|---|
static AbstractCollectionInterceptor |
CollectionInterceptorUtil.getInterceptor(org.jboss.aop.proxy.ClassProxy proxy)
|
| Methods in org.jboss.cache.pojo.collection with parameters of type AbstractCollectionInterceptor | |
|---|---|
static java.lang.Object |
CollectionInterceptorUtil.invoke(org.jboss.aop.joinpoint.Invocation invocation,
AbstractCollectionInterceptor interceptor,
java.lang.Object impl,
java.util.Map methodMap,
java.util.Map managedMethods)
|
| Constructors in org.jboss.cache.pojo.collection with parameters of type AbstractCollectionInterceptor | |
|---|---|
CachedListImpl(PojoCacheImpl cache,
AbstractCollectionInterceptor interceptor)
|
|
CachedMapImpl(PojoCacheImpl pCache,
AbstractCollectionInterceptor interceptor)
|
|
CachedSetImpl(PojoCacheImpl cache,
AbstractCollectionInterceptor interceptor)
|
|
| Uses of AbstractCollectionInterceptor in org.jboss.cache.pojo.interceptors.dynamic |
|---|
| Subclasses of AbstractCollectionInterceptor in org.jboss.cache.pojo.interceptors.dynamic | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||