Uses of Class
org.infinispan.interceptors.BaseTransactionalContextInterceptor

Packages that use BaseTransactionalContextInterceptor
org.infinispan.interceptors   
 

Uses of BaseTransactionalContextInterceptor in org.infinispan.interceptors
 

Subclasses of BaseTransactionalContextInterceptor in org.infinispan.interceptors
 class DistTxInterceptor
          A special form of the TxInterceptor that is aware of distribution and consistent hashing, and as such only replays methods during a remote prepare that are targeted to this specific cache instance.
 class InvocationContextInterceptor
           
 class NotificationInterceptor
          The interceptor in charge of firing off notifications to cache listeners
 class TxInterceptor
          This interceptor is the new default at the head of all interceptor chains, and makes transactional attributes available to all interceptors in the chain.
 



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