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