Package org.jboss.jca.as.converters
Interface XaDataSource
- All Superinterfaces:
CommonXa,ConnectionFactory,DataSource
- All Known Implementing Classes:
LegacyXaDataSourceImp
A XaDataSource.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the xaDataSourceClass.Get the xaDataSourceProperty.Get the interleaving.isPadXid()Get the padXid.Get the isSameRmOverride.Get the wrapXaResource.Methods inherited from interface org.jboss.jca.as.converters.CommonXa
getXaResourceTimeout, isNoTxSeparatePools, isTrackConnectionByTxMethods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFailMethods 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 Details
-
getXaDataSourceClass
String getXaDataSourceClass()Get the xaDataSourceClass.- Returns:
- the xaDataSourceClass.
-
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.
-