public interface NetworkBridgeViewMBean extends Service
Modifier and Type | Method and Description |
---|---|
long |
getDequeueCounter() |
long |
getEnqueueCounter() |
String |
getLocalAddress() |
String |
getLocalBrokerName() |
long |
getReceivedCounter() |
String |
getRemoteAddress() |
String |
getRemoteBrokerId() |
String |
getRemoteBrokerName() |
boolean |
isCreatedByDuplex() |
void |
resetStats() |
String getLocalAddress()
String getRemoteAddress()
String getRemoteBrokerName()
String getRemoteBrokerId()
String getLocalBrokerName()
long getEnqueueCounter()
long getDequeueCounter()
long getReceivedCounter()
boolean isCreatedByDuplex()
void resetStats()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.