Package org.apache.activemq.broker.jmx
Interface NetworkBridgeViewMBean
- All Superinterfaces:
org.apache.activemq.Service
- All Known Implementing Classes:
NetworkBridgeView
public interface NetworkBridgeViewMBean
extends org.apache.activemq.Service
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglongbooleanvoidMethods inherited from interface org.apache.activemq.Service
start, stop
-
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()
-