public class BridgeConfiguration extends Object implements Serializable
Constructor and Description |
---|
BridgeConfiguration(String name,
String queueName,
String forwardingAddress,
String filterString,
String transformerClassName,
int minLargeMessageSize,
long clientFailureCheckPeriod,
long connectionTTL,
long retryInterval,
long maxRetryInterval,
double retryIntervalMultiplier,
int reconnectAttempts,
boolean useDuplicateDetection,
int confirmationWindowSize,
List<String> staticConnectors,
boolean ha,
String user,
String password) |
BridgeConfiguration(String name,
String queueName,
String forwardingAddress,
String filterString,
String transformerClassName,
int minLargeMessageSize,
long clientFailureCheckPeriod,
long connectionTTL,
long retryInterval,
long maxRetryInterval,
double retryIntervalMultiplier,
int reconnectAttempts,
boolean useDuplicateDetection,
int confirmationWindowSize,
String discoveryGroupName,
boolean ha,
String user,
String password) |
BridgeConfiguration(String name,
String queueName,
String forwardingAddress,
String filterString,
String transformerClassName,
long retryInterval,
double retryIntervalMultiplier,
int reconnectAttempts,
boolean useDuplicateDetection,
int confirmationWindowSize,
long clientFailureCheckPeriod,
List<String> staticConnectors,
boolean ha,
String user,
String password)
For backward compatibility on the API...
|
BridgeConfiguration(String name,
String queueName,
String forwardingAddress,
String filterString,
String transformerClassName,
long retryInterval,
double retryIntervalMultiplier,
int reconnectAttempts,
boolean useDuplicateDetection,
int confirmationWindowSize,
long clientFailureCheckPeriod,
String discoveryGroupName,
boolean ha,
String user,
String password)
For backward compatibility on the API...
|
public BridgeConfiguration(String name, String queueName, String forwardingAddress, String filterString, String transformerClassName, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean useDuplicateDetection, int confirmationWindowSize, long clientFailureCheckPeriod, List<String> staticConnectors, boolean ha, String user, String password)
public BridgeConfiguration(String name, String queueName, String forwardingAddress, String filterString, String transformerClassName, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, long maxRetryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean useDuplicateDetection, int confirmationWindowSize, List<String> staticConnectors, boolean ha, String user, String password)
public BridgeConfiguration(String name, String queueName, String forwardingAddress, String filterString, String transformerClassName, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean useDuplicateDetection, int confirmationWindowSize, long clientFailureCheckPeriod, String discoveryGroupName, boolean ha, String user, String password)
public BridgeConfiguration(String name, String queueName, String forwardingAddress, String filterString, String transformerClassName, int minLargeMessageSize, long clientFailureCheckPeriod, long connectionTTL, long retryInterval, long maxRetryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean useDuplicateDetection, int confirmationWindowSize, String discoveryGroupName, boolean ha, String user, String password)
public String getName()
public String getQueueName()
public long getConnectionTTL()
public long getMaxRetryInterval()
public String getForwardingAddress()
public String getFilterString()
public String getTransformerClassName()
public String getDiscoveryGroupName()
public boolean isHA()
public long getRetryInterval()
public double getRetryIntervalMultiplier()
public int getReconnectAttempts()
public boolean isUseDuplicateDetection()
public int getConfirmationWindowSize()
public long getClientFailureCheckPeriod()
public void setName(String name)
name
- the name to setpublic void setQueueName(String queueName)
queueName
- the queueName to setpublic int getMinLargeMessageSize()
public void setForwardingAddress(String forwardingAddress)
forwardingAddress
- the forwardingAddress to setpublic void setFilterString(String filterString)
filterString
- the filterString to setpublic void setStaticConnectors(List<String> staticConnectors)
staticConnectors
- the staticConnectors to setpublic void setDiscoveryGroupName(String discoveryGroupName)
discoveryGroupName
- the discoveryGroupName to setpublic void setHA(boolean ha)
ha
- is the bridge supporting HA?public void setTransformerClassName(String transformerClassName)
transformerClassName
- the transformerClassName to setpublic void setRetryInterval(long retryInterval)
retryInterval
- the retryInterval to setpublic void setRetryIntervalMultiplier(double retryIntervalMultiplier)
retryIntervalMultiplier
- the retryIntervalMultiplier to setpublic void setReconnectAttempts(int reconnectAttempts)
reconnectAttempts
- the reconnectAttempts to setpublic void setUseDuplicateDetection(boolean useDuplicateDetection)
useDuplicateDetection
- the useDuplicateDetection to setpublic void setConfirmationWindowSize(int confirmationWindowSize)
confirmationWindowSize
- the confirmationWindowSize to setpublic String getUser()
public String getPassword()
public void setUser(String user)
public void setPassword(String password)
public long getCallTimeout()
public void setCallTimeout(long callTimeout)
callTimeout
- the callTimeout to setCopyright © 2012 JBoss by Red Hat. All Rights Reserved.