org.apache.activemq.broker.jmx
Interface NetworkConnectorViewMBean
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- NetworkConnectorView
public interface NetworkConnectorViewMBean
- extends Service
getName
String getName()
getNetworkTTL
int getNetworkTTL()
getPrefetchSize
int getPrefetchSize()
getUserName
String getUserName()
isBridgeTempDestinations
boolean isBridgeTempDestinations()
isConduitSubscriptions
boolean isConduitSubscriptions()
isDecreaseNetworkConsumerPriority
boolean isDecreaseNetworkConsumerPriority()
isDispatchAsync
boolean isDispatchAsync()
isDynamicOnly
boolean isDynamicOnly()
isDuplex
boolean isDuplex()
setBridgeTempDestinations
void setBridgeTempDestinations(boolean bridgeTempDestinations)
setConduitSubscriptions
void setConduitSubscriptions(boolean conduitSubscriptions)
setDispatchAsync
void setDispatchAsync(boolean dispatchAsync)
setDynamicOnly
void setDynamicOnly(boolean dynamicOnly)
setNetworkTTL
void setNetworkTTL(int networkTTL)
setPassword
void setPassword(String password)
setPrefetchSize
void setPrefetchSize(int prefetchSize)
setUserName
void setUserName(String userName)
getPassword
String getPassword()
setDecreaseNetworkConsumerPriority
void setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.