Uses of Interface
org.glassfish.j2ee.statistics.RangeStatistic
Packages that use RangeStatistic
Package
Description
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
-
Uses of RangeStatistic in com.sun.enterprise.admin.monitor.stats
Subinterfaces of RangeStatistic in com.sun.enterprise.admin.monitor.statsModifier and TypeInterfaceDescriptioninterfaceAn 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 RangeStatisticModifier and TypeClassDescriptionclassfinal classAn implementation of a BoundedRangeStatistic.classAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.final classAn implementation of a RangeStatistic.Methods in com.sun.enterprise.admin.monitor.stats that return RangeStatisticModifier and TypeMethodDescriptionConnectorWorkMgmtStats.getActiveWorkCount()returns the current, low & high counts of the work objects executed for a connector module since the last reset.ThreadPoolStats.getAverageTimeInQueue()Returns average time in milliseconds a work item waited in the work queue before getting processed.ThreadPoolStats.getAverageWorkCompletionTime()Returns the statistical information about the average completion time of a work item in milliseconds.ConnectionPoolStats.getConnRequestWaitTime()Indicates the longest, shortest wait times of connection requests.StatefulSessionStoreStats.getCurrentSize()Returns the number of passivated/checkpointed sessions in the storeConnectionPoolStats.getNumConnFree()Indicates the number of free connections in the pool in addition to their high and low watermarks.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)ConnectorWorkMgmtStats.getWaitQueueLength()indicates the current, high & low of the number of work objects waiting in the work queue before executing, since the last resetConnectorWorkMgmtStats.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.statisticsModifier and TypeInterfaceDescriptioninterfaceThe 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 RangeStatisticModifier and TypeMethodDescriptionSessionBeanStats.getMethodReadyCount()Number of beans in the method-ready state.StatefulSessionBeanStats.getPassiveCount()Number of beans that are in the passive state.EntityBeanStats.getPooledCount()Number of beans in the pooled state.EntityBeanStats.getReadyCount()Number of beans in the ready state.JCAConnectionPoolStats.getWaitingThreadCount()The number of threads waiting for a connectionJDBCConnectionPoolStats.getWaitingThreadCount()Number of threads waiting for a connection.