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
          MVCC specific version of the LegacyDataGravitatorInterceptor
 class InvalidationInterceptor
          This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
 class LegacyDataGravitatorInterceptor
          Deprecated. will be removed with optimistic and pessimistic locking.
 class OptimisticReplicationInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
 class ReplicationInterceptor
          Takes care of replicating modifications to other nodes in a cluster.
 



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