Interface NetworkBridgeViewMBean

All Superinterfaces:
org.apache.activemq.Service
All Known Implementing Classes:
NetworkBridgeView

public interface NetworkBridgeViewMBean extends org.apache.activemq.Service
  • Method Details

    • getLocalAddress

      String getLocalAddress()
    • getRemoteAddress

      String getRemoteAddress()
    • getRemoteBrokerName

      String getRemoteBrokerName()
    • getRemoteBrokerId

      String getRemoteBrokerId()
    • getLocalBrokerName

      String getLocalBrokerName()
    • getEnqueueCounter

      long getEnqueueCounter()
    • getDequeueCounter

      long getDequeueCounter()
    • getReceivedCounter

      long getReceivedCounter()
    • isCreatedByDuplex

      boolean isCreatedByDuplex()
    • resetStats

      void resetStats()