FileDocCategorySizeDatePackage
JDBCConnectionStats.javaAPI DocGlassfish v2 API2454Fri May 04 22:34:04 BST 2007javax.management.j2ee.statistics

JDBCConnectionStats

public interface JDBCConnectionStats implements Stats
Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetJdbcDataSource()
Identifies the JDBC driver for the corresponding JDBCConnection.

public TimeStatisticgetUseTime()
Time spent using a connection.

public TimeStatisticgetWaitTime()
Time spent waiting for a connection to be available.