Package org.glassfish.j2ee.statistics
Interface JMSConnectionStats
- All Superinterfaces:
Stats
Specifies the statistics provided by a JMS connection
- Author:
- Hans Hrasna
-
Method Summary
Modifier and TypeMethodDescriptionReturns an array of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats.booleanReturns the transactional state of this JMS connection.Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getSessions
JMSSessionStats[] getSessions()Returns an array of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats. -
isTransactional
boolean isTransactional()Returns the transactional state of this JMS connection. If true, indicates that this JMS connection is transactional.
-