org.apache.activemq.broker.jmx
Class NetworkConnectorView
java.lang.Object
org.apache.activemq.broker.jmx.NetworkConnectorView
- All Implemented Interfaces:
- NetworkConnectorViewMBean, Service
public class NetworkConnectorView
- extends Object
- implements NetworkConnectorViewMBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkConnectorView
public NetworkConnectorView(NetworkConnector connector)
start
public void start()
throws Exception
- Specified by:
start in interface Service
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop in interface Service
- Throws:
Exception
getName
public String getName()
- Specified by:
getName in interface NetworkConnectorViewMBean
getNetworkTTL
public int getNetworkTTL()
- Specified by:
getNetworkTTL in interface NetworkConnectorViewMBean
getPrefetchSize
public int getPrefetchSize()
- Specified by:
getPrefetchSize in interface NetworkConnectorViewMBean
getUserName
public String getUserName()
- Specified by:
getUserName in interface NetworkConnectorViewMBean
isBridgeTempDestinations
public boolean isBridgeTempDestinations()
- Specified by:
isBridgeTempDestinations in interface NetworkConnectorViewMBean
isConduitSubscriptions
public boolean isConduitSubscriptions()
- Specified by:
isConduitSubscriptions in interface NetworkConnectorViewMBean
isDecreaseNetworkConsumerPriority
public boolean isDecreaseNetworkConsumerPriority()
- Specified by:
isDecreaseNetworkConsumerPriority in interface NetworkConnectorViewMBean
isDispatchAsync
public boolean isDispatchAsync()
- Specified by:
isDispatchAsync in interface NetworkConnectorViewMBean
isDynamicOnly
public boolean isDynamicOnly()
- Specified by:
isDynamicOnly in interface NetworkConnectorViewMBean
isDuplex
public boolean isDuplex()
- Specified by:
isDuplex in interface NetworkConnectorViewMBean
isSuppressDuplicateQueueSubscriptions
public boolean isSuppressDuplicateQueueSubscriptions()
- Specified by:
isSuppressDuplicateQueueSubscriptions in interface NetworkConnectorViewMBean
isSuppressDuplicateTopicSubscriptions
public boolean isSuppressDuplicateTopicSubscriptions()
- Specified by:
isSuppressDuplicateTopicSubscriptions in interface NetworkConnectorViewMBean
setBridgeTempDestinations
public void setBridgeTempDestinations(boolean bridgeTempDestinations)
- Specified by:
setBridgeTempDestinations in interface NetworkConnectorViewMBean
setConduitSubscriptions
public void setConduitSubscriptions(boolean conduitSubscriptions)
- Specified by:
setConduitSubscriptions in interface NetworkConnectorViewMBean
setDispatchAsync
public void setDispatchAsync(boolean dispatchAsync)
- Specified by:
setDispatchAsync in interface NetworkConnectorViewMBean
setDynamicOnly
public void setDynamicOnly(boolean dynamicOnly)
- Specified by:
setDynamicOnly in interface NetworkConnectorViewMBean
setNetworkTTL
public void setNetworkTTL(int networkTTL)
- Specified by:
setNetworkTTL in interface NetworkConnectorViewMBean
setPassword
public void setPassword(String password)
- Specified by:
setPassword in interface NetworkConnectorViewMBean
setPrefetchSize
public void setPrefetchSize(int prefetchSize)
- Specified by:
setPrefetchSize in interface NetworkConnectorViewMBean
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface NetworkConnectorViewMBean
getPassword
public String getPassword()
- Specified by:
getPassword in interface NetworkConnectorViewMBean
setDecreaseNetworkConsumerPriority
public void setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority)
- Specified by:
setDecreaseNetworkConsumerPriority in interface NetworkConnectorViewMBean
setSuppressDuplicateQueueSubscriptions
public void setSuppressDuplicateQueueSubscriptions(boolean val)
- Specified by:
setSuppressDuplicateQueueSubscriptions in interface NetworkConnectorViewMBean
setSuppressDuplicateTopicSubscriptions
public void setSuppressDuplicateTopicSubscriptions(boolean val)
- Specified by:
setSuppressDuplicateTopicSubscriptions in interface NetworkConnectorViewMBean
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.