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 1111 2006-02-02 21:15:19Z jerrygauth $
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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.