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,v 1.1 2006/02/03 15:25:02 jerrygauth Exp $
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 © 1998-2005 JBoss Inc . All Rights Reserved.