javax.management.j2ee.statistics
public interface: JMSStats [javadoc |
source]
All Implemented Interfaces:
Stats
Specifies the statistics provided by a JMS Resource
- author:
thomas.diesler - @jboss.org
| Method from javax.management.j2ee.statistics.JMSStats Summary: |
|---|
|
getConnections |
| Method from javax.management.j2ee.statistics.JMSStats Detail: |
public JMSConnectionStats[] getConnections()
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource. |