public interface NetworkConnectorViewMBean extends Service
String getName()
int getNetworkTTL()
int getPrefetchSize()
String getUserName()
boolean isBridgeTempDestinations()
boolean isConduitSubscriptions()
boolean isDecreaseNetworkConsumerPriority()
boolean isDispatchAsync()
boolean isDynamicOnly()
boolean isDuplex()
boolean isSuppressDuplicateQueueSubscriptions()
boolean isSuppressDuplicateTopicSubscriptions()
void setBridgeTempDestinations(boolean bridgeTempDestinations)
void setConduitSubscriptions(boolean conduitSubscriptions)
void setDispatchAsync(boolean dispatchAsync)
void setDynamicOnly(boolean dynamicOnly)
void setNetworkTTL(int networkTTL)
void setPassword(String password)
void setPrefetchSize(int prefetchSize)
void setUserName(String userName)
String getPassword()
void setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority)
void setSuppressDuplicateQueueSubscriptions(boolean val)
void setSuppressDuplicateTopicSubscriptions(boolean val)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.