站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 management API Documentation 英文版文档

JMSStatsImpl (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档


org.jboss.management.j2ee.statistics
Class JMSStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase
      extended byorg.jboss.management.j2ee.statistics.JMSStatsImpl
All Implemented Interfaces:
javax.management.j2ee.statistics.JMSStats, Serializable, javax.management.j2ee.statistics.Stats

public final class JMSStatsImpl
extends StatsBase
implements javax.management.j2ee.statistics.JMSStats

Represents the statistics provided by a JMS resource. This class is immutable to avoid changes by the client which could have side effects on the server when done locally.

Version:
$Revision: 1.4 $
Author:
Marc Fleury, Andreas Schaefer
See Also:
Serialized Form

Constructor Summary
JMSStatsImpl(javax.management.j2ee.statistics.JMSConnectionStats[] pConnetions)
           
 
Method Summary
 javax.management.j2ee.statistics.JMSConnectionStats[] getConnections()
          Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JMSStatsImpl

public JMSStatsImpl(javax.management.j2ee.statistics.JMSConnectionStats[] pConnetions)
Method Detail

getConnections

public javax.management.j2ee.statistics.JMSConnectionStats[] getConnections()
Description copied from interface: javax.management.j2ee.statistics.JMSStats
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.

Specified by:
getConnections in interface javax.management.j2ee.statistics.JMSStats


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.