Uses of Interface
org.jboss.cache.jmx.JmxStatisticsExposer

Packages that use JmxStatisticsExposer
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of JmxStatisticsExposer in org.jboss.cache.interceptors
 

Classes in org.jboss.cache.interceptors that implement JmxStatisticsExposer
 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.
 

Uses of JmxStatisticsExposer in org.jboss.cache.interceptors.base
 

Classes in org.jboss.cache.interceptors.base that implement JmxStatisticsExposer
 class JmxStatsCommandInterceptor
          Base class for all the interceptors exposing management statistics.
 



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