org.jboss.cache.interceptors
Interface CacheStoreInterceptorMBean

All Superinterfaces:
InterceptorMBean
All Known Implementing Classes:
CacheStoreInterceptor

public interface CacheStoreInterceptorMBean
extends InterceptorMBean

Interface capturing cache loader statistics

Version:
$Id: CacheStoreInterceptorMBean.java 1120 2006-02-03 15:25:02Z jerrygauth $
Author:
Jerry Gauthier

Method Summary
 long getCacheLoaderStores()
          Returns the number of cache loader stores
 
Methods inherited from interface org.jboss.cache.interceptors.InterceptorMBean
dumpStatistics, getStatisticsEnabled, resetStatistics, setStatisticsEnabled
 

Method Detail

getCacheLoaderStores

long getCacheLoaderStores()
Returns the number of cache loader stores

Returns:
the number of cache loader stores


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