Package org.apache.activemq.broker.jmx
Interface NetworkDestinationViewMBean
- All Known Implementing Classes:
NetworkDestinationView
public interface NetworkDestinationViewMBean
-
Method Summary
-
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.
-