org.hornetq.ra
public class HornetQRAProperties extends ConnectionFactoryProperties implements Serializable
Constructor and Description |
---|
HornetQRAProperties()
Constructor
|
getCallFailoverTimeout, getCallTimeout, getClientFailureCheckPeriod, getClientID, getConfirmationWindowSize, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConsumerMaxRate, getConsumerWindowSize, getDiscoveryAddress, getDiscoveryInitialWaitTimeout, getDiscoveryLocalBindAddress, getDiscoveryPort, getDiscoveryRefreshTimeout, getDupsOKBatchSize, getGroupID, getInitialConnectAttempts, getInitialMessagePacketSize, getJgroupsChannelName, getJgroupsFile, getMaxRetryInterval, getMinLargeMessageSize, getParsedConnectionParameters, getParsedConnectorClassNames, getProducerMaxRate, getProducerWindowSize, getReconnectAttempts, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getThreadPoolMaxSize, getTransactionBatchSize, isAutoGroup, isBlockOnAcknowledge, isBlockOnDurableSend, isBlockOnNonDurableSend, isCacheLargeMessagesClient, isCompressLargeMessage, isFailoverOnInitialConnection, isHA, isHasBeenUpdated, isPreAcknowledge, isUseGlobalPools, setAutoGroup, setBlockOnAcknowledge, setBlockOnDurableSend, setBlockOnNonDurableSend, setCacheLargeMessagesClient, setCallFailoverTimeout, setCallTimeout, setClientFailureCheckPeriod, setClientId, setClientID, setCompressLargeMessage, setConfirmationWindowSize, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConsumerMaxRate, setConsumerWindowSize, setDiscoveryAddress, setDiscoveryInitialWaitTimeout, setDiscoveryLocalBindAddress, setDiscoveryPort, setDiscoveryRefreshTimeout, setDupsOKBatchSize, setFailoverOnInitialConnection, setGroupID, setHA, setInitialConnectAttempts, setInitialMessagePacketSize, setJgroupsChannelName, setJgroupsFile, setMaxRetryInterval, setMinLargeMessageSize, setParsedConnectionParameters, setParsedConnectorClassNames, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setTransactionBatchSize, setUseGlobalPools
public String getUserName()
public void setUserName(String userName)
userName
- The valuepublic String getPassword()
public void setPassword(String password)
password
- The valuepublic boolean isUseJNDI()
public void setUseJNDI(Boolean value)
value
- the useJNDI to setpublic Hashtable<?,?> getParsedJndiParams()
public void setParsedJndiParams(Hashtable<?,?> params)
public Boolean getUseLocalTx()
public void setUseLocalTx(Boolean localTx)
localTx
- The valuepublic void setTransactionManagerLocatorClass(String transactionManagerLocatorClass)
public String getTransactionManagerLocatorClass()
public String getTransactionManagerLocatorMethod()
public void setTransactionManagerLocatorMethod(String transactionManagerLocatorMethod)
public int getSetupAttempts()
public void setSetupAttempts(Integer setupAttempts)
public long getSetupInterval()
public void setSetupInterval(Long setupInterval)
public boolean isUseMaskedPassword()
public void setUseMaskedPassword(boolean useMaskedPassword)
public String getPasswordCodec()
public void setPasswordCodec(String codecs)
public void init() throws HornetQException
HornetQException
public SensitiveDataCodec<String> getCodecInstance()
public String getJgroupsChannelLocatorClass()
public void setJgroupsChannelLocatorClass(String jgroupsChannelLocatorClass)
public String getJgroupsChannelRefName()
public void setJgroupsChannelRefName(String jgroupsChannelRefName)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.