public class ClusterConnectionConfiguration extends Object implements Serializable
Constructor and Description |
---|
ClusterConnectionConfiguration(String name,
String address,
String connectorName,
int minLargeMessageSize,
long clientFailureCheckPeriod,
long connectionTTL,
long retryInterval,
double retryIntervalMultiplier,
long maxRetryInterval,
int reconnectAttempts,
long callTimeout,
boolean duplicateDetection,
boolean forwardWhenNoConsumers,
int maxHops,
int confirmationWindowSize,
List<String> staticConnectors,
boolean allowDirectConnectionsOnly) |
ClusterConnectionConfiguration(String name,
String address,
String connectorName,
int minLargeMessageSize,
long clientFailureCheckPeriod,
long connectionTTL,
long retryInterval,
double retryIntervalMultiplier,
long maxRetryInterval,
int reconnectAttempts,
long callTimeout,
boolean duplicateDetection,
boolean forwardWhenNoConsumers,
int maxHops,
int confirmationWindowSize,
String discoveryGroupName) |
ClusterConnectionConfiguration(String name,
String address,
String connectorName,
long retryInterval,
boolean duplicateDetection,
boolean forwardWhenNoConsumers,
int maxHops,
int confirmationWindowSize,
List<String> staticConnectors,
boolean allowDirectConnectionsOnly) |
ClusterConnectionConfiguration(String name,
String address,
String connectorName,
long retryInterval,
boolean duplicateDetection,
boolean forwardWhenNoConsumers,
int maxHops,
int confirmationWindowSize,
String discoveryGroupName) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
long |
getCallTimeout() |
long |
getClientFailureCheckPeriod() |
int |
getConfirmationWindowSize() |
long |
getConnectionTTL() |
String |
getConnectorName() |
String |
getDiscoveryGroupName() |
int |
getMaxHops() |
long |
getMaxRetryInterval() |
int |
getMinLargeMessageSize() |
String |
getName() |
int |
getReconnectAttempts() |
long |
getRetryInterval() |
double |
getRetryIntervalMultiplier() |
List<String> |
getStaticConnectors() |
boolean |
isAllowDirectConnectionsOnly() |
boolean |
isDuplicateDetection() |
boolean |
isForwardWhenNoConsumers() |
public ClusterConnectionConfiguration(String name, String address, String connectorName, long retryInterval, boolean duplicateDetection, boolean forwardWhenNoConsumers, int maxHops, int confirmationWindowSize, List<String> staticConnectors, boolean allowDirectConnectionsOnly)
public ClusterConnectionConfiguration(String name, String address, String connectorName, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int reconnectAttempts, long callTimeout, boolean duplicateDetection, boolean forwardWhenNoConsumers, int maxHops, int confirmationWindowSize, List<String> staticConnectors, boolean allowDirectConnectionsOnly)
public ClusterConnectionConfiguration(String name, String address, String connectorName, long retryInterval, boolean duplicateDetection, boolean forwardWhenNoConsumers, int maxHops, int confirmationWindowSize, String discoveryGroupName)
public ClusterConnectionConfiguration(String name, String address, String connectorName, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int reconnectAttempts, long callTimeout, boolean duplicateDetection, boolean forwardWhenNoConsumers, int maxHops, int confirmationWindowSize, String discoveryGroupName)
public String getName()
public String getAddress()
public long getClientFailureCheckPeriod()
public long getConnectionTTL()
public double getRetryIntervalMultiplier()
public long getMaxRetryInterval()
public int getReconnectAttempts()
public long getCallTimeout()
public String getConnectorName()
public boolean isDuplicateDetection()
public boolean isForwardWhenNoConsumers()
public int getMaxHops()
public int getConfirmationWindowSize()
public String getDiscoveryGroupName()
public long getRetryInterval()
public boolean isAllowDirectConnectionsOnly()
public int getMinLargeMessageSize()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.