Uses of Interface
org.jboss.cache.pojo.interceptors.dynamic.BaseInterceptor

Packages that use BaseInterceptor
org.jboss.cache.pojo.interceptors.dynamic   
 

Uses of BaseInterceptor in org.jboss.cache.pojo.interceptors.dynamic
 

Classes in org.jboss.cache.pojo.interceptors.dynamic that implement BaseInterceptor
 class AbstractCollectionInterceptor
          Abstract base class for collection interceptor.
 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.
 class CacheFieldInterceptor
          Main dynamic interceptor to intercept for field replication.