|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase (src)
org.jboss.management.j2ee.statistics.JCAStatsImpl
The JSR77.6.18 JCAStats implementation
Constructor Summary | |
JCAStatsImpl(JCAConnectionStats (src) [] connectionStats,
JCAConnectionPoolStats (src) [] poolStats)
|
Method Summary | |
JCAConnectionPoolStats (src) [] |
getConnectionPools()
Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics |
JCAConnectionStats (src) [] |
getConnections()
Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics |
java.lang.String |
toString()
|
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src) |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public JCAStatsImpl(JCAConnectionStats (src) [] connectionStats, JCAConnectionPoolStats (src) [] poolStats)
Method Detail |
public JCAConnectionStats (src) [] getConnections()
JCAStats (src)
getConnections
in interface JCAStats (src)
public JCAConnectionPoolStats (src) [] getConnectionPools()
JCAStats (src)
getConnectionPools
in interface JCAStats (src)
public java.lang.String toString()
toString
in class StatsBase (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |