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.

Author:
Guillaume Sauthier

Method Summary
 RangeStatistic 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

getMethodReadyCount

RangeStatistic getMethodReadyCount()
Returns:
Number of beans in the method-ready state.


Copyright © 2007 OW2 Consortium. All Rights Reserved.