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

Packages that use RangeStatistic
javax.management.j2ee.statistics Provides the standard interfaces for accessing performance data from J2EE managed objects 
 

Uses of RangeStatistic in javax.management.j2ee.statistics
 

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

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



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.