Package org.jboss.jca.as.converters
Interface LocalTxDataSource
- All Superinterfaces:
ConnectionFactory,DataSource,NoTxDataSource
- All Known Implementing Classes:
LegacyTxDataSourceImpl
Common DataSource
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jca.common.api.metadata.ds.TransactionIsolationGet the transactionIsolation.booleanisNoTxSeparatePoolsMethods 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, isValidateOnMatchMethods inherited from interface org.jboss.jca.as.converters.NoTxDataSource
getConnectionProperties, getConnectionUrl, getDriverClass
-
Method Details
-
getTransactionIsolation
org.jboss.jca.common.api.metadata.ds.TransactionIsolation getTransactionIsolation()Get the transactionIsolation.- Returns:
- the transactionIsolation.
-
isNoTxSeparatePools
boolean isNoTxSeparatePools()isNoTxSeparatePools- Returns:
- nTxSeparatePools
-