Java EE 5 SDK

javax.management.j2ee.statistics
Interface JMSEndpointStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JMSConsumerStats, JMSProducerStats

public interface JMSEndpointStats
extends Stats

Specifies the statistics provided by a JMS message producer or a JMS message consumer.


Method Summary
 CountStatistic getExpiredMessageCount()
          Number of messages that expired before delivery.
 CountStatistic getMessageCount()
          Number of messages sent or received.
 TimeStatistic getMessageWaitTime()
          Time spent by a message before being delivered.
 CountStatistic getPendingMessageCount()
          Number of pending messages.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getMessageCount

CountStatistic getMessageCount()
Number of messages sent or received.


getPendingMessageCount

CountStatistic getPendingMessageCount()
Number of pending messages.


getExpiredMessageCount

CountStatistic getExpiredMessageCount()
Number of messages that expired before delivery.


getMessageWaitTime

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


Java EE 5 SDK

Submit a bug or feature

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

Scripting on this page tracks web page traffic, but does not change the content in any way.