当前页面:
在线文档首页 >
JBoss 3.2.7 management API Documentation 英文版文档
JMSEndpointStatsImpl (JBoss/Management API) - JBoss 3.2.7 management API Documentation 英文版文档
org.jboss.management.j2ee.statistics
Class JMSEndpointStatsImpl
java.lang.Object
org.jboss.management.j2ee.statistics.StatsBase
org.jboss.management.j2ee.statistics.JMSEndpointStatsImpl
- All Implemented Interfaces:
- javax.management.j2ee.statistics.JMSEndpointStats, Serializable, javax.management.j2ee.statistics.Stats
- Direct Known Subclasses:
- JMSConsumerStatsImpl, JMSProducerStatsImpl
- public abstract class JMSEndpointStatsImpl
- extends StatsBase
- implements javax.management.j2ee.statistics.JMSEndpointStats
Represents a statistics provided by a JMS message producer or a
JMS message consumer
- Version:
- $Revision: 1.1.2.1 $
- Author:
- Marc Fleury, Andreas Schaefer
- See Also:
- Serialized Form
Constructor Summary |
JMSEndpointStatsImpl(javax.management.j2ee.statistics.CountStatistic pMessageCount,
javax.management.j2ee.statistics.CountStatistic pPendingMessageCount,
javax.management.j2ee.statistics.CountStatistic pExpiredMessageCount,
javax.management.j2ee.statistics.TimeStatistic pMessageWaitTime)
|
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
JMSEndpointStatsImpl
public JMSEndpointStatsImpl(javax.management.j2ee.statistics.CountStatistic pMessageCount,
javax.management.j2ee.statistics.CountStatistic pPendingMessageCount,
javax.management.j2ee.statistics.CountStatistic pExpiredMessageCount,
javax.management.j2ee.statistics.TimeStatistic pMessageWaitTime)
getMessageCount
public javax.management.j2ee.statistics.CountStatistic getMessageCount()
- Specified by:
getMessageCount
in interface javax.management.j2ee.statistics.JMSEndpointStats
- Returns:
- The number of messages sent or received
getPendingMessageCount
public javax.management.j2ee.statistics.CountStatistic getPendingMessageCount()
- Specified by:
getPendingMessageCount
in interface javax.management.j2ee.statistics.JMSEndpointStats
- Returns:
- The number of pending messages
getExpiredMessageCount
public javax.management.j2ee.statistics.CountStatistic getExpiredMessageCount()
- Specified by:
getExpiredMessageCount
in interface javax.management.j2ee.statistics.JMSEndpointStats
- Returns:
- The number of messages that expired before delivery
getMessageWaitTime
public javax.management.j2ee.statistics.TimeStatistic getMessageWaitTime()
- Specified by:
getMessageWaitTime
in interface javax.management.j2ee.statistics.JMSEndpointStats
- Returns:
- The time spent by a message before being delivered
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.