|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the statistics provided by a JDBC connection.
Method Summary | |
javax.management.ObjectName |
getJdbcDataSource()
Returns the name of the managed object that identifies the JDBC data source for this connection. |
TimeStatistic |
getUseTime()
Returns the time spent using a connection. |
TimeStatistic |
getWaitTime()
Returns the time spent waiting for a connection to be available. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public javax.management.ObjectName getJdbcDataSource()
public TimeStatistic getWaitTime()
public TimeStatistic getUseTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |