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

Packages that use BoundedRangeStatistic
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
 class BoundedRangeStatisticImpl
          An implementation of a BoundedRangeStatistic.
 class MutableBoundedRangeStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 

Methods in com.sun.enterprise.admin.monitor.stats that return BoundedRangeStatistic
 BoundedRangeStatistic EJBCacheStats.getCacheHits()
          Returns the number of times a user request hits an EJB in associated EJB cache instance, as a CountStatistic.
 BoundedRangeStatistic EJBCacheStats.getCacheMisses()
          Returns the number of times a user request fails to find an EJB in associated EJB cache instance, as a CountStatistic.
 BoundedRangeStatistic ThreadPoolStats.getCurrentNumberOfThreads()
          Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic.
 BoundedRangeStatistic EJBCacheStats.getNumBeansInCache()
          Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.
 BoundedRangeStatistic EJBPoolStats.getNumBeansInPool()
          Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.
 BoundedRangeStatistic ThreadPoolStats.getNumberOfWorkItemsInQueue()
          Returns the work items in queue
 BoundedRangeStatistic EJBPoolStats.getNumThreadsWaiting()
          Returns the number of threads waiting for free Beans, as an instance of CountStatistic.
 BoundedRangeStatistic 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 BoundedRangeStatistic
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
 BoundedRangeStatistic JDBCConnectionPoolStats.getFreePoolSize()
          Number of free connections in the pool.
 BoundedRangeStatistic JCAConnectionPoolStats.getFreePoolSize()
          The number of free connections in the pool
 BoundedRangeStatistic JVMStats.getHeapSize()
          Size of the JVM's heap.
 BoundedRangeStatistic JDBCConnectionPoolStats.getPoolSize()
          Size of the connection pool.
 BoundedRangeStatistic JCAConnectionPoolStats.getPoolSize()
          The size of the connection pool
 



Copyright © 2012. All Rights Reserved.