SunONE Application Server v8.0 PE

javax.management.j2ee.statistics
Interface JMSConnectionStats

All Superinterfaces:
Stats

public interface JMSConnectionStats
extends Stats

Specifies the statistics provided by a JMS connection

Author:
Hans Hrasna

Method Summary
 JMSSessionStats[] 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
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getSessions

public JMSSessionStats[] 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.


SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.