public interface ClusterConnection
| Modifier and Type | Method and Description |
|---|---|
Long |
getCallTimeout() |
Long |
getCheckPeriod() |
String |
getClusterConnectionAddress() |
Long |
getConnectionTTL() |
String |
getConnectorRef() |
String |
getDiscoveryGroupName() |
Long |
getMaxHops() |
Long |
getMaxRetryInterval() |
String |
getName() |
Long |
getReconnectAttempts() |
Long |
getRetryInterval() |
boolean |
isDuplicateDetection() |
boolean |
isForwardWhenNoConsumers() |
void |
setCallTimeout(Long timeout) |
void |
setCheckPeriod(Long period) |
void |
setClusterConnectionAddress(String name) |
void |
setConnectionTTL(Long ttl) |
void |
setConnectorRef(String name) |
void |
setDiscoveryGroupName(String name) |
void |
setDuplicateDetection(boolean b) |
void |
setForwardWhenNoConsumers(boolean b) |
void |
setMaxHops(Long maxhops) |
void |
setMaxRetryInterval(Long interval) |
void |
setName(String name) |
void |
setReconnectAttempts(Long numAttempts) |
void |
setRetryInterval(Long interval) |
String getName()
void setName(String name)
Long getCallTimeout()
void setCallTimeout(Long timeout)
Long getCheckPeriod()
void setCheckPeriod(Long period)
String getClusterConnectionAddress()
void setClusterConnectionAddress(String name)
Long getConnectionTTL()
void setConnectionTTL(Long ttl)
String getConnectorRef()
void setConnectorRef(String name)
String getDiscoveryGroupName()
void setDiscoveryGroupName(String name)
boolean isForwardWhenNoConsumers()
void setForwardWhenNoConsumers(boolean b)
Long getMaxHops()
void setMaxHops(Long maxhops)
Long getMaxRetryInterval()
void setMaxRetryInterval(Long interval)
Long getReconnectAttempts()
void setReconnectAttempts(Long numAttempts)
Long getRetryInterval()
void setRetryInterval(Long interval)
boolean isDuplicateDetection()
void setDuplicateDetection(boolean b)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.