org.jboss.cache.interceptors
Interface InvalidationInterceptorMBean

All Superinterfaces:
InterceptorMBean
All Known Implementing Classes:
InvalidationInterceptor

public interface InvalidationInterceptorMBean
extends InterceptorMBean

Interface capturing invalidation statistics

Version:
$Id: InvalidationInterceptorMBean.java 1070 2006-01-25 12:53:48Z jerrygauth $
Author:
Jerry Gauthier

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

Method Detail

getInvalidations

long getInvalidations()
Returns the number of cache invalidations

Returns:
the number of invalidations


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