Package org.jboss.jca.as.converters
Interface XaDataSource
-
- All Superinterfaces:
CommonXa,ConnectionFactory,DataSource
- All Known Implementing Classes:
LegacyXaDataSourceImp
public interface XaDataSource extends DataSource, CommonXa
A XaDataSource.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXaDataSource.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetXaDataSourceClass()Get the xaDataSourceClass.Map<String,String>getXaDataSourceProperty()Get the xaDataSourceProperty.BooleanisInterleaving()Get the interleaving.BooleanisPadXid()Get the padXid.BooleanisSameRmOverride()Get the isSameRmOverride.BooleanisWrapXaResource()Get the wrapXaResource.-
Methods inherited from interface org.jboss.jca.as.converters.CommonXa
getXaResourceTimeout, isNoTxSeparatePools, isTrackConnectionByTx
-
Methods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFail
-
Methods inherited from interface org.jboss.jca.as.converters.DataSource
getCheckValidConnectionSql, getExceptionSorter, getNewConnectionSql, getPassword, getPreparedStatementsCacheSize, getQueryTimeout, getStaleConnectionChecker, getTrackStatements, getUrlDelimiter, getUrlSelectorStrategyClassName, getUserName, getUseTryLock, getValidConnectionChecker, isSetTxQueryTimeout, isSharePreparedStatements, isUseJavaContext, isValidateOnMatch
-
-
-
-
Method Detail
-
getXaDataSourceClass
String getXaDataSourceClass()
Get the xaDataSourceClass.- Returns:
- the xaDataSourceClass.
-
getXaDataSourceProperty
Map<String,String> getXaDataSourceProperty()
Get the xaDataSourceProperty.- Returns:
- the xaDataSourceProperty.
-
isSameRmOverride
Boolean isSameRmOverride()
Get the isSameRmOverride.- Returns:
- the isSameRmOverride.
-
isInterleaving
Boolean isInterleaving()
Get the interleaving.- Returns:
- the interleaving.
-
isPadXid
Boolean isPadXid()
Get the padXid.- Returns:
- the padXid.
-
isWrapXaResource
Boolean isWrapXaResource()
Get the wrapXaResource.- Returns:
- the wrapXaResource.
-
-