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

Packages that use AbstractCollectionInterceptor
org.jboss.cache.pojo.collection   
org.jboss.cache.pojo.impl   
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.impl
 

Methods in org.jboss.cache.pojo.impl with parameters of type AbstractCollectionInterceptor
 void PojoUtil.detachCollectionInterceptor(AbstractCollectionInterceptor interceptor)
           
 void PojoUtil.undoDetachCollectionInterceptor(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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.