javax.management.j2ee.statistics
Interface StatefulSessionBeanStats

All Superinterfaces:
EJBStats, SessionBeanStats, Stats

public interface StatefulSessionBeanStats
extends SessionBeanStats

Specifies the statistics provided by a stateful session bean.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 RangeStatistic getPassiveCount()
          Returns the number of beans that are in the passivated state.
 
Methods inherited from interface javax.management.j2ee.statistics.SessionBeanStats
getMethodReadyCount
 
Methods inherited from interface javax.management.j2ee.statistics.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getPassiveCount

public RangeStatistic getPassiveCount()
Returns the number of beans that are in the passivated state.

Returns:
The passive count


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.