|
||||||||||
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.JMSConnectionStatsImpl
Represents the statistics provided by a JMS Connection.
Constructor Summary | |
JMSConnectionStatsImpl(JMSSessionStats (src) [] pSessions,
boolean pIsTransactional)
|
Method Summary | |
JMSSessionStats (src) [] |
getSessions()
Returns an array of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats. |
boolean |
isTransactional()
Returns the transactional state of this JMS connection. |
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 JMSConnectionStatsImpl(JMSSessionStats (src) [] pSessions, boolean pIsTransactional)
Method Detail |
public JMSSessionStats (src) [] getSessions()
JMSConnectionStats (src)
getSessions
in interface JMSConnectionStats (src)
public boolean isTransactional()
JMSConnectionStats (src)
isTransactional
in interface JMSConnectionStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |