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

Packages that use RangeStatistic
com.sun.enterprise.admin.monitor.stats Provides for implementations of various Stats interfaces. These Stats interfaces are based on those defined by JSR 77. 
org.glassfish.j2ee.statistics   
 

Uses of RangeStatistic in com.sun.enterprise.admin.monitor.stats
 

Subinterfaces of RangeStatistic in com.sun.enterprise.admin.monitor.stats
 interface AverageRangeStatistic
           
 

Classes in com.sun.enterprise.admin.monitor.stats that implement RangeStatistic
 class AverageRangeStatisticImpl
           
 class BoundedRangeStatisticImpl
          An implementation of a BoundedRangeStatistic.
 class MutableAverageRangeStatisticImpl
           
 class MutableBoundedRangeStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 class RangeStatisticImpl
          An implementation of a RangeStatistic.
 

Methods in com.sun.enterprise.admin.monitor.stats that return RangeStatistic
 RangeStatistic ConnectorWorkMgmtStats.getActiveWorkCount()
          returns the current, low & high counts of the work objects executed for a connector module since the last reset.
 RangeStatistic ThreadPoolStats.getAverageTimeInQueue()
          Returns average time in milliseconds a work item waited in the work queue before getting processed.
 RangeStatistic ThreadPoolStats.getAverageWorkCompletionTime()
          Returns the statistical information about the average completion time of a work item in milliseconds.
 RangeStatistic ConnectionPoolStats.getConnRequestWaitTime()
          Indicates the longest, shortest wait times of connection requests.
 RangeStatistic StatefulSessionStoreStats.getCurrentSize()
          Returns the number of passivated/checkpointed sessions in the store
 RangeStatistic ConnectionPoolStats.getNumConnFree()
          Indicates the number of free connections in the pool in addition to their high and low watermarks.
 RangeStatistic ConnectionPoolStats.getNumConnUsed()
          Statistic to represent the Connection Usage In addition to information about the number of connections being used currently, this also contains information about the Maximum number of connections that were used(High Watermark)
 RangeStatistic ConnectorWorkMgmtStats.getWaitQueueLength()
          indicates the current, high & low of the number of work objects waiting in the work queue before executing, since the last reset
 RangeStatistic ConnectorWorkMgmtStats.getWorkRequestWaitTime()
          indicates the longest and shorted wait of a work object in the work queue before it gets executed, since the last reset
 

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



Copyright © 2012. All Rights Reserved.