org.apache.geronimo.management.stats
Class JMSEndpointStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.management.stats.JMSEndpointStatsImpl
- All Implemented Interfaces:
- Serializable, JMSEndpointStats, Stats
- Direct Known Subclasses:
- JMSConsumerStatsImpl, JMSProducerStatsImpl
public class JMSEndpointStatsImpl
- extends StatsImpl
- implements JMSEndpointStats
Geronimo implementation of the JSR-77 JMSEndpointStats interface.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSEndpointStatsImpl
public JMSEndpointStatsImpl()
getMessageCount
public CountStatistic getMessageCount()
- Specified by:
getMessageCount
in interface JMSEndpointStats
getPendingMessageCount
public CountStatistic getPendingMessageCount()
- Specified by:
getPendingMessageCount
in interface JMSEndpointStats
getExpiredMessageCount
public CountStatistic getExpiredMessageCount()
- Specified by:
getExpiredMessageCount
in interface JMSEndpointStats
getMessageWaitTime
public TimeStatistic getMessageWaitTime()
- Specified by:
getMessageWaitTime
in interface JMSEndpointStats
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.