JDBCConnectionStatspublic interface JDBCConnectionStats implements StatsSpecifies the statistics provided by all (pooled and non-pooled) JDBC connections. |
Methods Summary |
---|
public java.lang.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.
|
|