org.jboss.cache.interceptors
Interface ActivationInterceptorMBean

All Superinterfaces:
CacheLoaderInterceptorMBean, InterceptorMBean
All Known Implementing Classes:
ActivationInterceptor

public interface ActivationInterceptorMBean
extends CacheLoaderInterceptorMBean

Interface capturing activation statistics

Version:
$Id: ActivationInterceptorMBean.java,v 1.1 2006/02/02 21:15:19 jerrygauth Exp $
Author:
Jerry Gauthier

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

Method Detail

getActivations

long getActivations()
Returns the number of cache node activations

Returns:
the number of cache node activations


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.