public class NetworkBridgeView extends Object implements NetworkBridgeViewMBean
Constructor and Description |
---|
NetworkBridgeView(NetworkBridge bridge) |
Modifier and Type | Method and Description |
---|---|
void |
addNetworkDestinationView(NetworkDestinationView networkDestinationView) |
long |
getDequeueCounter() |
long |
getEnqueueCounter() |
String |
getLocalAddress() |
String |
getLocalBrokerName() |
long |
getReceivedCounter() |
String |
getRemoteAddress() |
String |
getRemoteBrokerId() |
String |
getRemoteBrokerName() |
boolean |
isCreatedByDuplex() |
void |
removeNetworkDestinationView(NetworkDestinationView networkDestinationView) |
void |
resetStats() |
void |
setCreateByDuplex(boolean createByDuplex) |
void |
start() |
void |
stop() |
public NetworkBridgeView(NetworkBridge bridge)
public String getLocalAddress()
getLocalAddress
in interface NetworkBridgeViewMBean
public String getRemoteAddress()
getRemoteAddress
in interface NetworkBridgeViewMBean
public String getRemoteBrokerName()
getRemoteBrokerName
in interface NetworkBridgeViewMBean
public String getRemoteBrokerId()
getRemoteBrokerId
in interface NetworkBridgeViewMBean
public String getLocalBrokerName()
getLocalBrokerName
in interface NetworkBridgeViewMBean
public long getEnqueueCounter()
getEnqueueCounter
in interface NetworkBridgeViewMBean
public long getDequeueCounter()
getDequeueCounter
in interface NetworkBridgeViewMBean
public long getReceivedCounter()
getReceivedCounter
in interface NetworkBridgeViewMBean
public boolean isCreatedByDuplex()
isCreatedByDuplex
in interface NetworkBridgeViewMBean
public void setCreateByDuplex(boolean createByDuplex)
public void resetStats()
resetStats
in interface NetworkBridgeViewMBean
public void addNetworkDestinationView(NetworkDestinationView networkDestinationView)
public void removeNetworkDestinationView(NetworkDestinationView networkDestinationView)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.