org.jboss.management.j2ee.statistics
Class JMSConnectionStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.JMSConnectionStatsImpl
All Implemented Interfaces:
JMSConnectionStats (src) , java.io.Serializable, Stats (src)

public final class JMSConnectionStatsImpl
extends StatsBase (src)
implements JMSConnectionStats (src)

Represents the statistics provided by a JMS Connection.

See Also:
Serialized Form

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

JMSConnectionStatsImpl

public JMSConnectionStatsImpl(JMSSessionStats (src) [] pSessions,
                              boolean pIsTransactional)
Method Detail

getSessions

public JMSSessionStats (src) [] getSessions()
Description copied from interface: JMSConnectionStats (src)
Returns an array of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats.

Specified by:
getSessions in interface JMSConnectionStats (src)
Returns:
The list of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats.

isTransactional

public boolean isTransactional()
Description copied from interface: JMSConnectionStats (src)
Returns the transactional state of this JMS connection. If true, indicates that this JMS connection is transactional.

Specified by:
isTransactional in interface JMSConnectionStats (src)
Returns:
The transactional state of this JMS connection. If true, indicates that this JMS connection is transactional.