Class DestinationStatistics

java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.broker.region.DestinationStatistics
All Implemented Interfaces:
org.apache.activemq.management.Resettable, org.apache.activemq.management.Statistic, org.apache.activemq.management.Stats

public class DestinationStatistics extends org.apache.activemq.management.StatsImpl
The J2EE Statistics for the a Destination.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.TimeStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     
    protected org.apache.activemq.management.PollCountStatisticImpl
     
    protected org.apache.activemq.management.SizeStatisticImpl
     
    protected org.apache.activemq.management.TimeStatisticImpl
     
    protected org.apache.activemq.management.CountStatisticImpl
     

    Fields inherited from class org.apache.activemq.management.StatisticImpl

    enabled
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.TimeStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.PollCountStatisticImpl
     
    org.apache.activemq.management.SizeStatisticImpl
     
    org.apache.activemq.management.TimeStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    void
     
    void
    setEnabled(boolean enabled)
     
    void
    setMessagesCached(org.apache.activemq.management.PollCountStatisticImpl messagesCached)
     
    void
     

    Methods inherited from class org.apache.activemq.management.StatsImpl

    addStatistic, getStatistic, getStatisticNames, getStatistics

    Methods inherited from class org.apache.activemq.management.StatisticImpl

    appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, toString, updateSampleTime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • enqueues

      protected org.apache.activemq.management.CountStatisticImpl enqueues
    • dequeues

      protected org.apache.activemq.management.CountStatisticImpl dequeues
    • forwards

      protected org.apache.activemq.management.CountStatisticImpl forwards
    • consumers

      protected org.apache.activemq.management.CountStatisticImpl consumers
    • producers

      protected org.apache.activemq.management.CountStatisticImpl producers
    • messages

      protected org.apache.activemq.management.CountStatisticImpl messages
    • messagesCached

      protected org.apache.activemq.management.PollCountStatisticImpl messagesCached
    • dispatched

      protected org.apache.activemq.management.CountStatisticImpl dispatched
    • duplicateFromStore

      protected org.apache.activemq.management.CountStatisticImpl duplicateFromStore
    • inflight

      protected org.apache.activemq.management.CountStatisticImpl inflight
    • expired

      protected org.apache.activemq.management.CountStatisticImpl expired
    • processTime

      protected org.apache.activemq.management.TimeStatisticImpl processTime
    • blockedSends

      protected org.apache.activemq.management.CountStatisticImpl blockedSends
    • blockedTime

      protected org.apache.activemq.management.TimeStatisticImpl blockedTime
    • messageSize

      protected org.apache.activemq.management.SizeStatisticImpl messageSize
  • Constructor Details

    • DestinationStatistics

      public DestinationStatistics()
  • Method Details

    • getEnqueues

      public org.apache.activemq.management.CountStatisticImpl getEnqueues()
    • getDequeues

      public org.apache.activemq.management.CountStatisticImpl getDequeues()
    • getForwards

      public org.apache.activemq.management.CountStatisticImpl getForwards()
    • getInflight

      public org.apache.activemq.management.CountStatisticImpl getInflight()
    • getExpired

      public org.apache.activemq.management.CountStatisticImpl getExpired()
    • getConsumers

      public org.apache.activemq.management.CountStatisticImpl getConsumers()
    • getProducers

      public org.apache.activemq.management.CountStatisticImpl getProducers()
    • getMessagesCached

      public org.apache.activemq.management.PollCountStatisticImpl getMessagesCached()
    • getMessages

      public org.apache.activemq.management.CountStatisticImpl getMessages()
    • setMessagesCached

      public void setMessagesCached(org.apache.activemq.management.PollCountStatisticImpl messagesCached)
    • getDispatched

      public org.apache.activemq.management.CountStatisticImpl getDispatched()
    • getDuplicateFromStore

      public org.apache.activemq.management.CountStatisticImpl getDuplicateFromStore()
    • getProcessTime

      public org.apache.activemq.management.TimeStatisticImpl getProcessTime()
    • getBlockedSends

      public org.apache.activemq.management.CountStatisticImpl getBlockedSends()
    • getBlockedTime

      public org.apache.activemq.management.TimeStatisticImpl getBlockedTime()
    • getMessageSize

      public org.apache.activemq.management.SizeStatisticImpl getMessageSize()
    • reset

      public void reset()
      Specified by:
      reset in interface org.apache.activemq.management.Resettable
      Overrides:
      reset in class org.apache.activemq.management.StatsImpl
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class org.apache.activemq.management.StatisticImpl
    • setParent

      public void setParent(DestinationStatistics parent)