Save This Page
Home » activemq-parent-5.3.1-source-release » org.apache » activemq » management » [javadoc | source]
org.apache.activemq.management
public class: JMSProducerStatsImpl [javadoc | source]
java.lang.Object
   org.apache.activemq.management.StatisticImpl
      org.apache.activemq.management.StatsImpl
         org.apache.activemq.management.JMSEndpointStatsImpl
            org.apache.activemq.management.JMSProducerStatsImpl

All Implemented Interfaces:
    Resettable, javax.management.j2ee.statistics.Stats, javax.management.j2ee.statistics.Statistic

Statistics for a JMS producer
Fields inherited from org.apache.activemq.management.JMSEndpointStatsImpl:
messageCount,  pendingMessageCount,  expiredMessageCount,  messageWaitTime,  messageRateTime
Fields inherited from org.apache.activemq.management.StatisticImpl:
enabled
Constructor:
 public JMSProducerStatsImpl(JMSSessionStatsImpl sessionStats,
    Destination destination) 
 public JMSProducerStatsImpl(CountStatisticImpl messageCount,
    CountStatisticImpl pendingMessageCount,
    CountStatisticImpl expiredMessageCount,
    TimeStatisticImpl messageWaitTime,
    TimeStatisticImpl messageRateTime,
    String destination) 
Method from org.apache.activemq.management.JMSProducerStatsImpl Summary:
dump,   getDestination,   toString
Methods from org.apache.activemq.management.JMSEndpointStatsImpl:
dump,   getExpiredMessageCount,   getMessageCount,   getMessageRateTime,   getMessageWaitTime,   getPendingMessageCount,   onMessage,   reset,   setEnabled,   setParent,   setParent,   toString
Methods from org.apache.activemq.management.StatsImpl:
addStatistic,   getStatistic,   getStatisticNames,   getStatistics,   reset
Methods from org.apache.activemq.management.StatisticImpl:
appendFieldDescription,   getDescription,   getLastSampleTime,   getName,   getStartTime,   getUnit,   isDoReset,   isEnabled,   reset,   setDoReset,   setEnabled,   toString,   updateSampleTime
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.activemq.management.JMSProducerStatsImpl Detail:
 public  void dump(IndentPrinter out) 
 public String getDestination() 
 public String toString()