Uses of Interface
javax.management.j2ee.statistics.BoundedRangeStatistic

Packages that use BoundedRangeStatistic
javax.management.j2ee.statistics Provides the standard interfaces for accessing performance data from J2EE managed objects 
 

Uses of BoundedRangeStatistic in javax.management.j2ee.statistics
 

Methods in javax.management.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 © 2008 Sun Microsystems, Inc.. All Rights Reserved.