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 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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.