Uses of Class
org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor

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 Object CollectionInterceptorUtil.invoke(org.jboss.aop.joinpoint.Invocation invocation, AbstractCollectionInterceptor interceptor, Object impl, Map methodMap, 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.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.