public interface NetworkConnectorViewMBean extends Service
| Modifier and Type | Method and Description |
|---|---|
int |
getConsumerTTL() |
int |
getMessageTTL() |
java.lang.String |
getName() |
java.lang.String |
getPassword() |
int |
getPrefetchSize() |
java.lang.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 |
setConsumerTTL(int consumerTTL) |
void |
setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority) |
void |
setDispatchAsync(boolean dispatchAsync) |
void |
setDynamicOnly(boolean dynamicOnly) |
void |
setMessageTTL(int messageTTL) |
void |
setPassword(java.lang.String password) |
void |
setPrefetchSize(int prefetchSize) |
void |
setSuppressDuplicateQueueSubscriptions(boolean val) |
void |
setSuppressDuplicateTopicSubscriptions(boolean val) |
void |
setUserName(java.lang.String userName) |
java.lang.String getName()
int getMessageTTL()
int getConsumerTTL()
int getPrefetchSize()
java.lang.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 setMessageTTL(int messageTTL)
void setConsumerTTL(int consumerTTL)
void setPassword(java.lang.String password)
void setPrefetchSize(int prefetchSize)
void setUserName(java.lang.String userName)
java.lang.String getPassword()
void setDecreaseNetworkConsumerPriority(boolean decreaseNetworkConsumerPriority)
void setSuppressDuplicateQueueSubscriptions(boolean val)
void setSuppressDuplicateTopicSubscriptions(boolean val)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.