public interface NetworkConnectorViewMBean extends Service
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getNetworkTTL() |
String |
getPassword() |
int |
getPrefetchSize() |
String |
getUserName() |
boolean |
isBridgeTempDestinations() |
boolean |
isConduitSubscriptions() |
boolean |
isDecreaseNetworkConsumerPriority() |
boolean |
isDispatchAsync() |
boolean |
isDuplex() |
boolean |
isDynamicOnly() |
boolean |
isSuppressDuplicateQueueSubscriptions() |
boolean |
isSuppressDuplicateTopicSubscriptions() |
void |
setBridgeTempDestinations(boolean bridgeTempDestinations) |
void |
setConduitSubscriptions(boolean conduitSubscriptions) |
void |
setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority) |
void |
setDispatchAsync(boolean dispatchAsync) |
void |
setDynamicOnly(boolean dynamicOnly) |
void |
setNetworkTTL(int networkTTL) |
void |
setPassword(String password) |
void |
setPrefetchSize(int prefetchSize) |
void |
setSuppressDuplicateQueueSubscriptions(boolean val) |
void |
setSuppressDuplicateTopicSubscriptions(boolean val) |
void |
setUserName(String userName) |
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–2017. All rights reserved.