|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JDBCStats type specifies the statistics provided by a JDBC resource.
Method Summary | |
JDBCConnectionPoolStats[] |
getConnectionPools()
Returns a list of JDBCConnectionPoolStats that provide statistics about the connection pools associated with the referencing JDBC resource statistics. |
JDBCConnectionStats[] |
getConnections()
Returns a list of JDBCConnectionStats that provide statistics about the non-pooled connections associated with the referencing JDBC resource statistics. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public JDBCConnectionStats[] getConnections()
public JDBCConnectionPoolStats[] getConnectionPools()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |