public interface XADataSource extends DataSource
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSourceClass() |
List<PropertyRecord> |
getProperties() |
int |
getXaResourceTimeout() |
boolean |
isEnableInterleave() |
boolean |
isEnableRMOverride() |
boolean |
isJta() |
boolean |
isPadXid() |
boolean |
isWrapXaResource() |
void |
setDataSourceClass(String dadaSourceClass) |
void |
setEnableInterleave(boolean b) |
void |
setEnableRMOverride(boolean b) |
void |
setJta(boolean b) |
void |
setPadXid(boolean b) |
void |
setProperties(List<PropertyRecord> props) |
void |
setWrapXaResource(boolean b) |
void |
setXaResourceTimeout(int i) |
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutWaitMillis, getCheckValidSql, getConnectionSql, getConnectionUrl, getDatasourceClass, getDriverClass, getDriverName, getExceptionSorter, getIdleTimeoutMinutes, getJndiName, getMajorVersion, getMinorVersion, getName, getPassword, getPoolName, getPrepareStatementCacheSize, getQueryTimeout, getSecurityDomain, getStaleConnectionChecker, getTestConnection, getTransactionIsolation, getUsername, getUseTryLock, getValidConnectionChecker, isBackgroundValidation, isCcm, isEnabled, isSetTxQueryTimeout, isSharePreparedStatements, isStatisticsEnabled, isValidateOnMatch, setAllocationRetry, setAllocationRetryWaitMillis, setBackgroundValidation, setBackgroundValidationMillis, setBlockingTimeoutWaitMillis, setCcm, setCheckValidSql, setConnectionSql, setConnectionUrl, setDatasourceClass, setDriverClass, setDriverName, setEnabled, setExceptionSorter, setIdleTimeoutMinutes, setJndiName, setMajorVersion, setMinorVersion, setName, setPassword, setPoolName, setPrepareStatementCacheSize, setQueryTimeout, setSecurityDomain, setSetTxQueryTimeout, setSharePreparedStatements, setStaleConnectionChecker, setStatisticsEnabled, setTestConnection, setTransactionIsolation, setUsername, setUseTryLock, setValidateOnMatch, setValidConnectionCheckerString getDataSourceClass()
void setDataSourceClass(String dadaSourceClass)
List<PropertyRecord> getProperties()
void setProperties(List<PropertyRecord> props)
boolean isJta()
isJta in interface DataSourcevoid setJta(boolean b)
setJta in interface DataSourceboolean isPadXid()
void setPadXid(boolean b)
boolean isWrapXaResource()
void setWrapXaResource(boolean b)
boolean isEnableRMOverride()
void setEnableRMOverride(boolean b)
boolean isEnableInterleave()
void setEnableInterleave(boolean b)
int getXaResourceTimeout()
void setXaResourceTimeout(int i)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.