Class RegionStatistics

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

public class RegionStatistics extends org.apache.activemq.management.StatsImpl
The J2EE Statistics for the Connection.
  • Field Summary

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

    enabled
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    RegionStatistics(boolean enabled)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    org.apache.activemq.management.CountStatisticImpl
     
    void
     
    void
    setEnabled(boolean enabled)
     
    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
  • Constructor Details

    • RegionStatistics

      public RegionStatistics()
    • RegionStatistics

      public RegionStatistics(boolean enabled)
  • Method Details

    • getAdvisoryDestinations

      public org.apache.activemq.management.CountStatisticImpl getAdvisoryDestinations()
    • getDestinations

      public org.apache.activemq.management.CountStatisticImpl getDestinations()
    • getAllDestinations

      public org.apache.activemq.management.CountStatisticImpl getAllDestinations()
    • 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(RegionStatistics parent)