Uses of Interface
org.glassfish.j2ee.statistics.RangeStatistic
-
Packages that use RangeStatistic Package Description 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 Modifier and Type Interface Description interfaceAverageRangeStatisticAn interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.Classes in com.sun.enterprise.admin.monitor.stats that implement RangeStatistic Modifier and Type Class Description classAverageRangeStatisticImplclassBoundedRangeStatisticImplAn implementation of a BoundedRangeStatistic.classMutableAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classMutableBoundedRangeStatisticImplAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classRangeStatisticImplAn implementation of a RangeStatistic.Methods in com.sun.enterprise.admin.monitor.stats that return RangeStatistic Modifier and Type Method Description RangeStatisticConnectorWorkMgmtStats. getActiveWorkCount()returns the current, low & high counts of the work objects executed for a connector module since the last reset.RangeStatisticThreadPoolStats. getAverageTimeInQueue()Returns average time in milliseconds a work item waited in the work queue before getting processed.RangeStatisticThreadPoolStats. getAverageWorkCompletionTime()Returns the statistical information about the average completion time of a work item in milliseconds.RangeStatisticConnectionPoolStats. getConnRequestWaitTime()Indicates the longest, shortest wait times of connection requests.RangeStatisticStatefulSessionStoreStats. getCurrentSize()Returns the number of passivated/checkpointed sessions in the storeRangeStatisticConnectionPoolStats. getNumConnFree()Indicates the number of free connections in the pool in addition to their high and low watermarks.RangeStatisticConnectionPoolStats. 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)RangeStatisticConnectorWorkMgmtStats. getWaitQueueLength()indicates the current, high & low of the number of work objects waiting in the work queue before executing, since the last resetRangeStatisticConnectorWorkMgmtStats. 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 Modifier and Type Interface Description interfaceBoundedRangeStatisticThe 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 Modifier and Type Method Description RangeStatisticSessionBeanStats. getMethodReadyCount()Number of beans in the method-ready state.RangeStatisticStatefulSessionBeanStats. getPassiveCount()Number of beans that are in the passive state.RangeStatisticEntityBeanStats. getPooledCount()Number of beans in the pooled state.RangeStatisticEntityBeanStats. getReadyCount()Number of beans in the ready state.RangeStatisticJCAConnectionPoolStats. getWaitingThreadCount()The number of threads waiting for a connectionRangeStatisticJDBCConnectionPoolStats. getWaitingThreadCount()Number of threads waiting for a connection.
-