org.jboss.cache.interceptors
Interface CacheLoaderInterceptorMBean

All Superinterfaces:
InterceptorMBean
All Known Subinterfaces:
ActivationInterceptorMBean
All Known Implementing Classes:
ActivationInterceptor, CacheLoaderInterceptor

public interface CacheLoaderInterceptorMBean
extends InterceptorMBean

Interface capturing cache loader load statistics

Version:
$Id: CacheLoaderInterceptorMBean.java 1159 2006-02-07 21:20:35Z jerrygauth $
Author:
Jerry Gauthier

Method Summary
 long getCacheLoaderLoads()
          Returns the number of cache loader node loads
 long getCacheLoaderMisses()
          Returns the number of cache loader node misses
 
Methods inherited from interface org.jboss.cache.interceptors.InterceptorMBean
dumpStatistics, getStatisticsEnabled, resetStatistics, setStatisticsEnabled
 

Method Detail

getCacheLoaderLoads

long getCacheLoaderLoads()
Returns the number of cache loader node loads

Returns:
the number of cache loader node loads

getCacheLoaderMisses

long getCacheLoaderMisses()
Returns the number of cache loader node misses

Returns:
the number of cache loader node misses


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