javax.management.j2ee.statistics
Interface SessionBeanStats

All Superinterfaces:
EJBStats, Stats
All Known Subinterfaces:
StatefulSessionBeanStats, StatelessSessionBeanStats

public interface SessionBeanStats
extends EJBStats

Specifies the statistics provided by session beans of both stateful and stateless types.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 RangeStatistic getMethodReadyCount()
          Returns the number of beans in the method-ready state.
 
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

getMethodReadyCount

public RangeStatistic getMethodReadyCount()
Returns the number of beans in the method-ready state.

Returns:
The method ready count


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