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

Packages that use OptimisticInterceptor
org.jboss.cache.interceptors   
 

Uses of OptimisticInterceptor in org.jboss.cache.interceptors
 

Subclasses of OptimisticInterceptor in org.jboss.cache.interceptors
 class OptimisticCreateIfNotExistsInterceptor
          Used to make copies of nodes from the main tree into the TransactionWorkspace as and when needed.
 class OptimisticLockingInterceptor
          Locks nodes during transaction boundaries
 class OptimisticNodeInterceptor
          Operations on nodes are done on the copies that exist in the workspace rather than passed down to the CallInterceptor
 class OptimisticValidatorInterceptor
          Validates the data in the transaction workspace against data in the actual cache (versions only), and then performs commits if necessary.
 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 © 1998-2005 JBoss Inc . All Rights Reserved.