Uses of Class
org.jboss.cache.interceptors.BaseRpcInterceptor

Packages that use BaseRpcInterceptor
org.jboss.cache.interceptors   
 

Uses of BaseRpcInterceptor in org.jboss.cache.interceptors
 

Subclasses of BaseRpcInterceptor in org.jboss.cache.interceptors
 class DataGravitatorInterceptor
          The Data Gravitator interceptor intercepts cache misses and attempts to gravitate data from other parts of the cluster.
 class InvalidationInterceptor
          This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
 class OptimisticReplicationInterceptor
          Replication interceptor for the optimistically locked interceptor chain.
 class ReplicationInterceptor
          Takes care of replicating modifications to other nodes in a cluster.
 



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