Uses of Class
org.jboss.cache.aop.collection.AbstractCollectionInterceptor

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_
           
 

Methods in org.jboss.cache.aop.collection that return AbstractCollectionInterceptor
static AbstractCollectionInterceptor CollectionInterceptorUtil.getInterceptor(org.jboss.aop.proxy.ClassProxy proxy)
           
 

Methods in org.jboss.cache.aop.collection with parameters of type AbstractCollectionInterceptor
static org.jboss.aop.proxy.ClassProxy CollectionInterceptorUtil.createProxy(java.lang.Class clazz, AbstractCollectionInterceptor interceptor)
           
 

Constructors in org.jboss.cache.aop.collection with parameters of type AbstractCollectionInterceptor
CachedListImpl(PojoCache cache, AbstractCollectionInterceptor interceptor)
           
CachedMapImpl(PojoCache cache, AbstractCollectionInterceptor interceptor)
           
CachedSetImpl(PojoCache cache, AbstractCollectionInterceptor interceptor)
           
 



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