org.apache.geronimo.management.stats
Class JMSProducerStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.JMSEndpointStatsImpl
          extended by org.apache.geronimo.management.stats.JMSProducerStatsImpl
All Implemented Interfaces:
Serializable, JMSEndpointStats, JMSProducerStats, Stats

public class JMSProducerStatsImpl
extends JMSEndpointStatsImpl
implements JMSProducerStats

Geronimo implementation of the JSR-77 JMSProducerStats interface.

See Also:
Serialized Form

Constructor Summary
JMSProducerStatsImpl()
           
 
Method Summary
 String getDestination()
           
 
Methods inherited from class org.apache.geronimo.management.stats.JMSEndpointStatsImpl
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.JMSEndpointStats
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JMSProducerStatsImpl

public JMSProducerStatsImpl()
Method Detail

getDestination

public String getDestination()
Specified by:
getDestination in interface JMSProducerStats


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.