public class NetworkBridgeView extends Object implements NetworkBridgeViewMBean
Constructor and Description |
---|
NetworkBridgeView(NetworkBridge bridge) |
Modifier and Type | Method and Description |
---|---|
long |
getDequeueCounter() |
long |
getEnqueueCounter() |
String |
getLocalAddress() |
String |
getLocalBrokerName() |
String |
getRemoteAddress() |
String |
getRemoteBrokerName() |
boolean |
isCreatedByDuplex() |
void |
setCreateByDuplex(boolean createByDuplex) |
void |
start() |
void |
stop() |
public NetworkBridgeView(NetworkBridge bridge)
public void start() throws Exception
public String getLocalAddress()
getLocalAddress
in interface NetworkBridgeViewMBean
public String getRemoteAddress()
getRemoteAddress
in interface NetworkBridgeViewMBean
public String getRemoteBrokerName()
getRemoteBrokerName
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 boolean isCreatedByDuplex()
isCreatedByDuplex
in interface NetworkBridgeViewMBean
public void setCreateByDuplex(boolean createByDuplex)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.