JDBCConnectionPoolStats (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.management.j2ee.statistics Interface JDBCConnectionPoolStats

所有父接口:
JDBCConnectionStats, Stats

public interface JDBCConnectionPoolStats
extends JDBCConnectionStats

Specifies the statistics provided by a JDBC connection pool.


方法摘要
 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
 

方法详细信息

getCreateCount

CountStatistic getCreateCount()
Number of connections created.


getCloseCount

CountStatistic getCloseCount()
Number of connections closed.


getPoolSize

BoundedRangeStatistic getPoolSize()
Size of the connection pool.


getFreePoolSize

BoundedRangeStatistic getFreePoolSize()
Number of free connections in the pool.


getWaitingThreadCount

RangeStatistic getWaitingThreadCount()
Number of threads waiting for a connection.


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.