Interface NetworkDestinationViewMBean

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      Returns the number of messages that have been sent to the destination.
      String getName()
      Returns the name of this destination
      double getRate()
      Returns the rate of messages that have been sent to the destination.
      void resetStats()
      Resets the managment counters.
    • Method Detail

      • 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.