Package org.apache.activemq.broker.jmx
Interface NetworkBridgeViewMBean
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
NetworkBridgeView
public interface NetworkBridgeViewMBean extends Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDequeueCounter()
long
getEnqueueCounter()
String
getLocalAddress()
String
getLocalBrokerName()
long
getReceivedCounter()
String
getRemoteAddress()
String
getRemoteBrokerId()
String
getRemoteBrokerName()
boolean
isCreatedByDuplex()
void
resetStats()
-
-
-
Method Detail
-
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()
-
-