Interface NetworkDestinationViewMBean

All Known Implementing Classes:
NetworkDestinationView

public interface NetworkDestinationViewMBean
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of messages that have been sent to the destination.
    Returns the name of this destination
    double
    Returns the rate of messages that have been sent to the destination.
    void
    Resets the managment counters.
  • Method Details

    • getName

      String getName()
      Returns the name of this destination
    • resetStats

      void resetStats()
      Resets the managment counters.
    • getCount

      long getCount()
      Returns the number of messages that have been sent to the destination.
      Returns:
      The number of messages that have been sent to the destination.
    • getRate

      double getRate()
      Returns the rate of messages that have been sent to the destination.
      Returns:
      The rate of messages that have been sent to the destination.