Uses of Interface
org.glassfish.j2ee.statistics.BoundedRangeStatistic
-
Packages that use BoundedRangeStatistic 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 BoundedRangeStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement BoundedRangeStatistic Modifier and Type Class Description classBoundedRangeStatisticImplAn implementation of a BoundedRangeStatistic.classMutableBoundedRangeStatisticImplAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.Methods in com.sun.enterprise.admin.monitor.stats that return BoundedRangeStatistic Modifier and Type Method Description BoundedRangeStatisticEJBCacheStats. getCacheHits()Returns the number of times a user request hits an EJB in associated EJB cache instance, as a CountStatistic.BoundedRangeStatisticEJBCacheStats. getCacheMisses()Returns the number of times a user request fails to find an EJB in associated EJB cache instance, as a CountStatistic.BoundedRangeStatisticThreadPoolStats. getCurrentNumberOfThreads()Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic.BoundedRangeStatisticEJBCacheStats. getNumBeansInCache()Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.BoundedRangeStatisticEJBPoolStats. getNumBeansInPool()Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.BoundedRangeStatisticThreadPoolStats. getNumberOfWorkItemsInQueue()Returns the work items in queueBoundedRangeStatisticEJBPoolStats. getNumThreadsWaiting()Returns the number of threads waiting for free Beans, as an instance of CountStatistic.BoundedRangeStatisticOrbConnectionManagerStats. 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 BoundedRangeStatistic Constructor Description MutableAverageRangeStatisticImpl(BoundedRangeStatistic initial)Constructs an instance of MutableAverageRangeStatisticImpl that encapsulates the given Statistic.MutableBoundedRangeStatisticImpl(BoundedRangeStatistic initial)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 BoundedRangeStatistic Modifier and Type Method Description BoundedRangeStatisticJCAConnectionPoolStats. getFreePoolSize()The number of free connections in the poolBoundedRangeStatisticJDBCConnectionPoolStats. getFreePoolSize()Number of free connections in the pool.BoundedRangeStatisticJVMStats. getHeapSize()Size of the JVM's heap.BoundedRangeStatisticJCAConnectionPoolStats. getPoolSize()The size of the connection poolBoundedRangeStatisticJDBCConnectionPoolStats. getPoolSize()Size of the connection pool.
-