Package org.jboss.cache.interceptors

Interface Summary
ActivationInterceptorMBean Interface capturing activation statistics
CacheLoaderInterceptorMBean Interface capturing cache loader load statistics
CacheMgmtInterceptorMBean Interface capturing basic cache management statistics
CacheStoreInterceptorMBean Interface capturing cache loader statistics
InterceptorMBean Interface containing common cache management operations
InvalidationInterceptorMBean Interface capturing invalidation statistics
PassivationInterceptorMBean Interface capturing passivation statistics
TxInterceptorMBean Interface capturing transaction statistics
 

Class Summary
ActivationInterceptor Loads nodes that don't exist at the time of the call into memory from the CacheLoader.
BaseCacheLoaderInterceptor asbtract superclass for cache loader and cache store interceptors.
BaseInterceptor Provides a base interceptor class that can be instantiated.
BaseRpcInterceptor TODO: MANIK - document this class
CacheLoaderInterceptor Loads nodes that don't exist at the time of the call into memory from the CacheLoader
CacheMgmtInterceptor Captures cache management statistics
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.
CallInterceptor Always at the end of the chain, directly in front of the cache.
CreateIfNotExistsInterceptor Deprecated. This code is not used anymore and will be removed in a future release
Interceptor Class representing an interceptor.
InvalidationInterceptor This interceptor acts as a replacement to the replication interceptor when the TreeCache is configured with ClusteredSyncMode as INVALIDATE.
OptimisticCreateIfNotExistsInterceptor // TODO: MANIK: Javadoc this
OptimisticInterceptor Abstract interceptor for optimistic locking
OptimisticLockingInterceptor Locks nodes during transaction boundaries
OptimisticNodeInterceptor // TODO: MANIK: Javadoc this
OptimisticReplicationInterceptor Replication interceptor for the optimistically locked interceptor chain
OptimisticValidatorInterceptor Validates the data in the transaction workspace against data in the actual cache (versions only), and then performs commits if necessary.
OrderedSynchronizationHandler Maintains a list of Synchronization handlers.
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.
PessimisticLockInterceptor Handles locking.
ReplicationInterceptor Takes care of replicating modifications to other nodes in a cluster.
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.
UnlockInterceptor When a call returns, unlocks all locks held by the current thread in the LockTable.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.