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

Packages that use BaseTransactionalContextInterceptor
org.jboss.cache.interceptors   
 

Uses of BaseTransactionalContextInterceptor in org.jboss.cache.interceptors
 

Subclasses of BaseTransactionalContextInterceptor in org.jboss.cache.interceptors
 class InvocationContextInterceptor
          Always place this interceptor at the start of the interceptor chain to ensure invocation contexts and set up and cleaned up correctly.
 class NotificationInterceptor
          The interceptor in charge of firing off notifications to cache listeners
 class OptimisticTxInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
 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.