FileDocCategorySizeDatePackage
JMSEndpointStats.javaAPI DocGlassfish v2 API2508Fri May 04 22:34:04 BST 2007javax.management.j2ee.statistics

JMSEndpointStats

public interface JMSEndpointStats implements Stats
Specifies the statistics provided by a JMS message producer or a JMS message consumer.

Fields Summary
Constructors Summary
Methods Summary
public CountStatisticgetExpiredMessageCount()
Number of messages that expired before delivery.

public CountStatisticgetMessageCount()
Number of messages sent or received.

public TimeStatisticgetMessageWaitTime()
Time spent by a message before being delivered.

public CountStatisticgetPendingMessageCount()
Number of pending messages.