org.jboss.messaging.ra
Class JBMRAProperties
java.lang.Object
org.jboss.messaging.ra.ConnectionFactoryProperties
org.jboss.messaging.ra.JBMRAProperties
- All Implemented Interfaces:
- java.io.Serializable
public class JBMRAProperties
- extends ConnectionFactoryProperties
- implements java.io.Serializable
The RA default properties - these are set in the ra.xml file
- Version:
- $Revision: $
- Author:
- Adrian Brock, Jesper Pedersen, Andy Taylor
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getPassword()
Get the password |
java.lang.Boolean |
getUseLocalTx()
Get the use XA flag |
java.lang.String |
getUserName()
Get the user name |
java.lang.Boolean |
getUseXA()
Get the use XA flag |
boolean |
isUseXA()
Use XA for communication |
void |
setPassword(java.lang.String password)
Set the password |
void |
setUseLocalTx(java.lang.Boolean localTx)
Set the use XA flag |
void |
setUserName(java.lang.String userName)
Set the user name |
void |
setUseXA(java.lang.Boolean xa)
Set the use XA flag |
Methods inherited from class org.jboss.messaging.ra.ConnectionFactoryProperties |
getBackupConnectorClassName, getCallTimeout, getClientFailureCheckPeriod, getClientID, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConnectorClassName, getConsumerMaxRate, getConsumerWindowSize, getDiscoveryAddress, getDiscoveryInitialWaitTimeout, getDiscoveryPort, getDiscoveryRefreshTimeout, getDupsOKBatchSize, getMaxConnections, getMinLargeMessageSize, getParsedBackupConnectionParameters, getParsedConnectionParameters, getProducerMaxRate, getProducerWindowSize, getReconnectAttempts, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getThreadPoolMaxSize, getTransactionBatchSize, isAutoGroup, isBlockOnAcknowledge, isBlockOnNonPersistentSend, isBlockOnPersistentSend, isFailoverOnServerShutdown, isHasBeenUpdated, isPreAcknowledge, isUseGlobalPools, setAutoGroup, setBackupConnectorClassName, setBlockOnAcknowledge, setBlockOnNonPersistentSend, setBlockOnPersistentSend, setCallTimeout, setClientFailureCheckPeriod, setClientID, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConnectorClassName, setConsumerMaxRate, setConsumerWindowSize, setDiscoveryAddress, setDiscoveryInitialWaitTimeout, setDiscoveryPort, setDiscoveryRefreshTimeout, setDupsOKBatchSize, setFailoverOnServerShutdown, setMaxConnections, setMinLargeMessageSize, setParsedBackupConnectionParameters, setParsedConnectionParameters, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setTransactionBatchSize, setUseGlobalPools |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBMRAProperties
public JBMRAProperties()
- Constructor
getUserName
public java.lang.String getUserName()
- Get the user name
- Returns:
- The value
setUserName
public void setUserName(java.lang.String userName)
- Set the user name
- Parameters:
userName
- The value
getPassword
public java.lang.String getPassword()
- Get the password
- Returns:
- The value
setPassword
public void setPassword(java.lang.String password)
- Set the password
- Parameters:
password
- The value
getUseLocalTx
public java.lang.Boolean getUseLocalTx()
- Get the use XA flag
- Returns:
- The value
setUseLocalTx
public void setUseLocalTx(java.lang.Boolean localTx)
- Set the use XA flag
- Parameters:
localTx
- The value
getUseXA
public java.lang.Boolean getUseXA()
- Get the use XA flag
- Returns:
- The value
setUseXA
public void setUseXA(java.lang.Boolean xa)
- Set the use XA flag
- Parameters:
xa
- The value
isUseXA
public boolean isUseXA()
- Use XA for communication
- Returns:
- The value
Copyright © 2006 JBoss Inc. All Rights Reserved.