JMSSessionStats (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.management.j2ee.statistics Interface JMSSessionStats

所有父接口:
Stats

public interface JMSSessionStats
extends Stats

Specifies the statistics provided by a JMS session.

作者:
Hans Hrasna

方法摘要
 JMSConsumerStats[] getConsumers()
          Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics.
 CountStatistic getDurableSubscriptionCount()
          Number of durable subscriptions.
 CountStatistic getExpiredMessageCount()
          Number of expired messages.
 CountStatistic getMessageCount()
          Number of messages exchanged.
 TimeStatistic getMessageWaitTime()
          Time spent by a message before being delivered.
 CountStatistic getPendingMessageCount()
          Number of pending messages.
 JMSProducerStats[] getProducers()
          Returns an array of JMSProducerStats that provide statistics about the message producers associated with the referencing JMS session statistics.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

方法详细信息

getProducers

JMSProducerStats[] getProducers()
Returns an array of JMSProducerStats that provide statistics about the message producers associated with the referencing JMS session statistics.


getConsumers

JMSConsumerStats[] getConsumers()
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics.


getMessageCount

CountStatistic getMessageCount()
Number of messages exchanged.


getPendingMessageCount

CountStatistic getPendingMessageCount()
Number of pending messages.


getExpiredMessageCount

CountStatistic getExpiredMessageCount()
Number of expired messages.


getMessageWaitTime

TimeStatistic getMessageWaitTime()
Time spent by a message before being delivered.


getDurableSubscriptionCount

CountStatistic getDurableSubscriptionCount()
Number of durable subscriptions.


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.