Home » openjdk-7 » javax » management » j2ee » statistics » [javadoc | source]
javax.management.j2ee.statistics
public interface: JDBCConnectionStats [javadoc | source]

All Implemented Interfaces:
    Stats

All Known Implementing Classes:
    JDBCConnectionPoolStats

Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.
Method from javax.management.j2ee.statistics.JDBCConnectionStats Summary:
getJdbcDataSource,   getUseTime,   getWaitTime
Method from javax.management.j2ee.statistics.JDBCConnectionStats Detail:
 public String getJdbcDataSource()
    Identifies the JDBC driver for the corresponding JDBCConnection.
 public TimeStatistic getUseTime()
    Time spent using a connection.
 public TimeStatistic getWaitTime()
    Time spent waiting for a connection to be available.