Uses of Interface
org.glassfish.j2ee.statistics.BoundedRangeStatistic
Packages that use BoundedRangeStatistic
Package
Description
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
-
Uses of BoundedRangeStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement BoundedRangeStatisticModifier and TypeClassDescriptionfinal classAn implementation of a BoundedRangeStatistic.classAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.Methods in com.sun.enterprise.admin.monitor.stats that return BoundedRangeStatisticModifier and TypeMethodDescriptionEJBCacheStats.getCacheHits()Returns the number of times a user request hits an EJB in associated EJB cache instance, as a CountStatistic.EJBCacheStats.getCacheMisses()Returns the number of times a user request fails to find an EJB in associated EJB cache instance, as a CountStatistic.ThreadPoolStats.getCurrentNumberOfThreads()Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic.EJBCacheStats.getNumBeansInCache()Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.EJBPoolStats.getNumBeansInPool()Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.ThreadPoolStats.getNumberOfWorkItemsInQueue()Returns the work items in queueEJBPoolStats.getNumThreadsWaiting()Returns the number of threads waiting for free Beans, as an instance of CountStatistic.OrbConnectionManagerStats.getTotalConnections()Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.Constructors in com.sun.enterprise.admin.monitor.stats with parameters of type BoundedRangeStatisticModifierConstructorDescriptionConstructs an instance of MutableAverageRangeStatisticImpl that encapsulates the given Statistic.Constructs an instance of MutableCountStatistic that encapsulates the given Statistic. -
Uses of BoundedRangeStatistic in org.glassfish.j2ee.statistics
Methods in org.glassfish.j2ee.statistics that return BoundedRangeStatisticModifier and TypeMethodDescriptionJCAConnectionPoolStats.getFreePoolSize()The number of free connections in the poolJDBCConnectionPoolStats.getFreePoolSize()Number of free connections in the pool.JVMStats.getHeapSize()Size of the JVM's heap.JCAConnectionPoolStats.getPoolSize()The size of the connection poolJDBCConnectionPoolStats.getPoolSize()Size of the connection pool.