| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JDBCConnectionPoolStats
Specifies the statistics provided by a JDBC connection pool.
| Method Summary | |
|---|---|
 CountStatistic | 
getCloseCount()
Number of connections closed.  | 
 CountStatistic | 
getCreateCount()
Number of connections created.  | 
 BoundedRangeStatistic | 
getFreePoolSize()
Number of free connections in the pool.  | 
 BoundedRangeStatistic | 
getPoolSize()
Size of the connection pool.  | 
 RangeStatistic | 
getWaitingThreadCount()
Number of threads waiting for a connection.  | 
| Methods inherited from interface javax.management.j2ee.statistics.JDBCConnectionStats | 
|---|
getJdbcDataSource, getUseTime, getWaitTime | 
| Methods inherited from interface javax.management.j2ee.statistics.Stats | 
|---|
getStatistic, getStatisticNames, getStatistics | 
| Method Detail | 
|---|
CountStatistic getCreateCount()
CountStatistic getCloseCount()
BoundedRangeStatistic getPoolSize()
BoundedRangeStatistic getFreePoolSize()
RangeStatistic getWaitingThreadCount()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41