|
||||||||||
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.JMSStatsImpl
Represents the statistics provided by a JMS resource. This class is immutable to avoid changes by the client which could have side effects on the server when done locally.
Constructor Summary | |
JMSStatsImpl(JMSConnectionStats (src) [] pConnetions)
|
Method Summary | |
JMSConnectionStats (src) [] |
getConnections()
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource. |
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src) |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString |
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 JMSStatsImpl(JMSConnectionStats (src) [] pConnetions)
Method Detail |
public JMSConnectionStats (src) [] getConnections()
JMSStats (src)
getConnections
in interface JMSStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |