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 create new NodeSPI instances in the main data structure and then copy it into the TransactionWorkspace as WorkspaceNodes as 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 TransactionWorkspace against data in the underlying data structure (versions only) and then applies changes to the underlying data structure.
 



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