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