org.jboss.management.j2ee.statistics
Class JMSProducerStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.JMSEndpointStatsImpl (src) 
          extended byorg.jboss.management.j2ee.statistics.JMSProducerStatsImpl
All Implemented Interfaces:
JMSEndpointStats (src) , JMSProducerStats (src) , java.io.Serializable, Stats (src)

public final class JMSProducerStatsImpl
extends JMSEndpointStatsImpl (src)
implements JMSProducerStats (src)

Represents a statistics provided by a JMS message producer

See Also:
Serialized Form

Constructor Summary
JMSProducerStatsImpl(java.lang.String pDestination, CountStatistic (src)  pMessageCount, CountStatistic (src)  pPendingMessageCount, CountStatistic (src)  pExpiredMessageCount, TimeStatistic (src)  pMessageWaitTime)
           
 
Method Summary
 java.lang.String getDestination()
          Returns a string that encapsulates the identity of the message destination
 
Methods inherited from class org.jboss.management.j2ee.statistics.JMSEndpointStatsImpl (src)
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src)
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.JMSEndpointStats (src)
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JMSProducerStatsImpl

public JMSProducerStatsImpl(java.lang.String pDestination,
                            CountStatistic (src)  pMessageCount,
                            CountStatistic (src)  pPendingMessageCount,
                            CountStatistic (src)  pExpiredMessageCount,
                            TimeStatistic (src)  pMessageWaitTime)
Method Detail

getDestination

public java.lang.String getDestination()
Description copied from interface: JMSProducerStats (src)
Returns a string that encapsulates the identity of the message destination

Specified by:
getDestination in interface JMSProducerStats (src)