Uses of Interface
org.glassfish.j2ee.statistics.RangeStatistic

Uses of RangeStatistic in org.glassfish.j2ee.statistics
 

Subinterfaces of RangeStatistic in org.glassfish.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 org.glassfish.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 JCAConnectionPoolStats.getWaitingThreadCount()
          The number of threads waiting for a connection
 RangeStatistic JDBCConnectionPoolStats.getWaitingThreadCount()
          Number of threads waiting for a connection.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.