org.jboss.management.j2ee.statistics
Class JMSConsumerStatsImpl

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.JMSConsumerStatsImpl
All Implemented Interfaces:
JMSConsumerStats (src) , JMSEndpointStats (src) , java.io.Serializable, Stats (src)

public final class JMSConsumerStatsImpl
extends JMSEndpointStatsImpl (src)
implements JMSConsumerStats (src)

Represents a statistics provided by a JMS message producer

See Also:
Serialized Form

Constructor Summary
JMSConsumerStatsImpl(java.lang.String pOrigin, CountStatistic (src)  pMessageCount, CountStatistic (src)  pPendingMessageCount, CountStatistic (src)  pExpiredMessageCount, TimeStatistic (src)  pMessageWaitTime)
           
 
Method Summary
 java.lang.String getOrigin()
          Returns a string that encapsulates the identity of a message origin
 
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

JMSConsumerStatsImpl

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

getOrigin

public java.lang.String getOrigin()
Description copied from interface: JMSConsumerStats (src)
Returns a string that encapsulates the identity of a message origin

Specified by:
getOrigin in interface JMSConsumerStats (src)