Save This Page
Home » glassfish-v2ur2-b04-src » javax » management » j2ee » statistics » [javadoc | source]
javax.management.j2ee.statistics
public interface: JMSConnectionStats [javadoc | source]

All Implemented Interfaces:
    Stats

Specifies the statistics provided by a JMS connection
Method from javax.management.j2ee.statistics.JMSConnectionStats Summary:
getSessions,   isTransactional
Method from javax.management.j2ee.statistics.JMSConnectionStats Detail:
 public JMSSessionStats[] getSessions()
    Returns an array of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats.
 public boolean isTransactional()
    Returns the transactional state of this JMS connection. If true, indicates that this JMS connection is transactional.