javax.management.j2ee.statistics

Interface JDBCConnectionStats

All Superinterfaces:
Stats
Known Subinterfaces:
JDBCConnectionPoolStats

public interface JDBCConnectionStats
extends Stats

Method Summary

String
getJdbcDataSource()
TimeStatistic
getUseTime()
TimeStatistic
getWaitTime()

Methods inherited from interface javax.management.j2ee.statistics.Stats

getStatistic, getStatisticNames, getStatistics

Method Details

getJdbcDataSource

public String getJdbcDataSource()

getUseTime

public TimeStatistic getUseTime()

getWaitTime

public TimeStatistic getWaitTime()