org.jboss.cache.interceptors
Interface PassivationInterceptorMBean

All Superinterfaces:
InterceptorMBean
All Known Implementing Classes:
PassivationInterceptor

public interface PassivationInterceptorMBean
extends InterceptorMBean

Interface capturing passivation statistics

Version:
$Id: PassivationInterceptorMBean.java,v 1.1 2006/02/01 15:34:06 jerrygauth Exp $
Author:
Jerry Gauthier

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

Method Detail

getPassivations

long getPassivations()
Returns the number of cache node passivations

Returns:
the number of cache node passivations


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