Class NetworkDestinationView

java.lang.Object
org.apache.activemq.broker.jmx.NetworkDestinationView
All Implemented Interfaces:
NetworkDestinationViewMBean

public class NetworkDestinationView extends Object implements NetworkDestinationViewMBean
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the name of this destination
      Specified by:
      getName in interface NetworkDestinationViewMBean
    • resetStats

      public void resetStats()
      Resets the managment counters.
      Specified by:
      resetStats in interface NetworkDestinationViewMBean
    • getCount

      public long getCount()
      Description copied from interface: NetworkDestinationViewMBean
      Returns the number of messages that have been sent to the destination.
      Specified by:
      getCount in interface NetworkDestinationViewMBean
      Returns:
      The number of messages that have been sent to the destination.
    • getRate

      public double getRate()
      Description copied from interface: NetworkDestinationViewMBean
      Returns the rate of messages that have been sent to the destination.
      Specified by:
      getRate in interface NetworkDestinationViewMBean
      Returns:
      The rate of messages that have been sent to the destination.
    • messageSent

      public void messageSent()
    • getLastAccessTime

      public long getLastAccessTime()
    • close

      public void close()