JCAConnectionPoolStats (Java EE 5 SDK)

Java

Java EE 5 SDK

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


javax.management.j2ee.statistics Interface JCAConnectionPoolStats

所有父接口:
JCAConnectionStats, Stats

public interface JCAConnectionPoolStats
extends JCAConnectionStats

Specifies the statistics provided by a JCA Connection Pool


方法摘要
 CountStatistic getCloseCount()
          The number of connections closed
 CountStatistic getCreateCount()
          The number of connections created
 BoundedRangeStatistic getFreePoolSize()
          The number of free connections in the pool
 BoundedRangeStatistic getPoolSize()
          The size of the connection pool
 RangeStatistic getWaitingThreadCount()
          The number of threads waiting for a connection
 
Methods inherited from interface javax.management.j2ee.statistics.JCAConnectionStats
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

方法详细信息

getCloseCount

CountStatistic getCloseCount()
The number of connections closed

返回:
CountStatistic

getCreateCount

CountStatistic getCreateCount()
The number of connections created

返回:
CountStatistic

getFreePoolSize

BoundedRangeStatistic getFreePoolSize()
The number of free connections in the pool

返回:
BoundedRangeStatistic

getPoolSize

BoundedRangeStatistic getPoolSize()
The size of the connection pool

返回:
BoundedRangeStatistic

getWaitingThreadCount

RangeStatistic getWaitingThreadCount()
The number of threads waiting for a connection

返回:
BoundedRangeStatistic

Java EE 5 SDK

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


提交错误或意见

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