Uses of Interface
javax.management.j2ee.statistics.RangeStatistic

Packages that use RangeStatistic
javax.management.j2ee.statistics Provides statistics releated classes and interfaces.  
 

Uses of RangeStatistic in javax.management.j2ee.statistics
 

Subinterfaces of RangeStatistic in javax.management.j2ee.statistics
 interface BoundedRangeStatistic
          The BoundedRangeStatistic interface extends the RangeStatistic and BoundaryStatistic interfaces and provides standard measurements of a range that has fixed limits.
 

Methods in javax.management.j2ee.statistics that return RangeStatistic
 RangeStatistic StatefulSessionBeanStats.getPassiveCount()
          Returns the number of beans that are in the passivated state.
 RangeStatistic SessionBeanStats.getMethodReadyCount()
          Returns the number of beans in the method-ready state.
 RangeStatistic JDBCConnectionPoolStats.getWaitingThreadCount()
          Returns the number of threads waiting for a connection.
 RangeStatistic JCAConnectionPoolStats.getWaitingThreadCount()
          Returns the number of threads waiting for a connection.
 RangeStatistic EntityBeanStats.getReadyCount()
          Returns the number of bean instances in the ready state.
 RangeStatistic EntityBeanStats.getPooledCount()
          Returns the number of bean instances in the pooled state.
 



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