JMSStats (Java EE 5)

From Java EE API


javax.management.j2ee.statistics Interface JMSStats

All Superinterfaces:
Stats

public interface JMSStats
extends Stats

Implements: Stats

指定 JMS 资源提供的统计信息。
英文文档:

Specifies the statistics provided by a JMS Resource

Author:
Hans Hrasna

Method Summary
 JMSConnectionStats[]
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
 

Method Detail

public JMSConnectionStats[] getConnections()
返回一个 JMSConnectionStats 数组,它提供与引用的 JMS 资源关联的连接的统计信息。
英文文档:

getConnections

JMSConnectionStats[] getConnections()
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.



Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.