javax.management.j2ee.statistics
Interface JMSConnectionStats

All Superinterfaces:
Stats (src)
All Known Implementing Classes:
JMSConnectionStatsImpl (src)

public interface JMSConnectionStats
extends Stats (src)

Specifies the statistics provided by a JMS connection


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 interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getSessions

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


isTransactional

public boolean isTransactional()
Returns the transactional state of this JMS connection. If true, indicates that this JMS connection is transactional.