Uses of Interface
org.jboss.cache.interceptors.InterceptorMBean

Packages that use InterceptorMBean
org.jboss.cache.interceptors   
 

Uses of InterceptorMBean in org.jboss.cache.interceptors
 

Subinterfaces of InterceptorMBean in org.jboss.cache.interceptors
 interface ActivationInterceptorMBean
          Interface capturing activation statistics
 interface CacheLoaderInterceptorMBean
          Interface capturing cache loader load statistics
 interface CacheMgmtInterceptorMBean
          Interface capturing basic cache management statistics
 interface CacheStoreInterceptorMBean
          Interface capturing cache loader statistics
 interface InvalidationInterceptorMBean
          Interface capturing invalidation statistics
 interface PassivationInterceptorMBean
          Interface capturing passivation statistics
 interface TxInterceptorMBean
          Interface capturing transaction statistics
 

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



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