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 java.lang.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 java.lang.Exception
- Specified by:
start
in interface Service
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface Service
- Throws:
java.lang.Exception
getName
public java.lang.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 java.lang.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
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(java.lang.String password)
- Specified by:
setPassword
in interface NetworkConnectorViewMBean
setPrefetchSize
public void setPrefetchSize(int prefetchSize)
- Specified by:
setPrefetchSize
in interface NetworkConnectorViewMBean
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface NetworkConnectorViewMBean
getPassword
public java.lang.String getPassword()
- Specified by:
getPassword
in interface NetworkConnectorViewMBean
setDecreaseNetworkConsumerPriority
public void setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority)
- Specified by:
setDecreaseNetworkConsumerPriority
in interface NetworkConnectorViewMBean
Copyright © 2005-2012. All Rights Reserved.