JMSConnectionStatspublic interface JMSConnectionStats implements StatsSpecifies the statistics provided by a JMS connection |
Methods Summary |
---|
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.
|
|