javax.management.j2ee.statistics
Interface JMSConnectionStats

All Superinterfaces:
Stats

public interface JMSConnectionStats
extends Stats

Specifies the statistics provided by a JMS connection.

Author:
Guillaume Sauthier

Method Summary
 JMSSessionStats[] getSessions()
           
 boolean isTransactional()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getSessions

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

isTransactional

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.