Java EE 5 SDK

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.


Method Summary
 RangeStatistic getMethodReadyCount()
          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

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


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.