| Package | Description | 
|---|---|
| javax.management.j2ee.statistics | 
 Provides the standard interfaces for accessing performance data from
J2EE managed objects 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.