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