JDBCConnectionStats (Java EE 5 SDK)

Java

Java EE 5 SDK

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


javax.management.j2ee.statistics Interface JDBCConnectionStats

所有父接口:
Stats
所有已知子接口:
JDBCConnectionPoolStats

public interface JDBCConnectionStats
extends Stats

Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.


方法摘要
 String getJdbcDataSource()
          Identifies the JDBC driver for the corresponding JDBCConnection.
 TimeStatistic getUseTime()
          Time spent using a connection.
 TimeStatistic getWaitTime()
          Time spent waiting for a connection to be available.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

方法详细信息

getJdbcDataSource

String getJdbcDataSource()
Identifies the JDBC driver for the corresponding JDBCConnection.


getWaitTime

TimeStatistic getWaitTime()
Time spent waiting for a connection to be available.


getUseTime

TimeStatistic getUseTime()
Time spent using a connection.


Java EE 5 SDK

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


提交错误或意见

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