Uses of Class
org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor

Packages that use JmxStatsCommandInterceptor
org.jboss.cache.interceptors   
 

Uses of JmxStatsCommandInterceptor in org.jboss.cache.interceptors
 

Subclasses of JmxStatsCommandInterceptor in org.jboss.cache.interceptors
 class ActivationInterceptor
          Loads nodes that don't exist at the time of the call into memory from the CacheLoader.
 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 LegacyActivationInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
 class LegacyCacheLoaderInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
 class LegacyPassivationInterceptor
          Deprecated. will be removed along with optimistic and pessimistic locking.
 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.
 



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