Uses of Package
org.jboss.cache.interceptors

Packages that use org.jboss.cache.interceptors
org.jboss.cache   
org.jboss.cache.commands   
org.jboss.cache.commands.remote   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.commands
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.commands.remote
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.factories
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.interceptors
BaseRpcInterceptor
          Acts as a base for all RPC calls - subclassed by ReplicationInterceptor and OptimisticReplicationInterceptor.
BaseTransactionalContextInterceptor
          Class providing some base functionality around manipulating transactions and global transactions withing invocation contexts.
CacheLoaderInterceptor
          Loads nodes that don't exist at the time of the call into memory from the CacheLoader
CacheStoreInterceptor
          Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
CacheStoreInterceptor.StoreModificationsBuilder
           
EvictionInterceptor
          Eviction Interceptor.
LegacyCacheLoaderInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyDataGravitatorInterceptor
          Deprecated. will be removed with optimistic and pessimistic locking.
OptimisticInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
PassivationInterceptor
          Writes evicted nodes back to the store on the way in through the CacheLoader, either before each method call (no TXs), or at TX commit.
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.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.invocation
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.marshall
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.statetransfer
InterceptorChain
          Knows how to build and manage an chain of interceptors.
 

Classes in org.jboss.cache.interceptors used by org.jboss.cache.transaction
OrderedSynchronizationHandler
          Maintains a list of Synchronization handlers.
 



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