Package org.jboss.jca.as.converters
Interface LocalTxDataSource
-
- All Superinterfaces:
ConnectionFactory,DataSource,NoTxDataSource
- All Known Implementing Classes:
LegacyTxDataSourceImpl
public interface LocalTxDataSource extends NoTxDataSource
Common DataSource- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocalTxDataSource.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.jca.common.api.metadata.ds.TransactionIsolationgetTransactionIsolation()Get the transactionIsolation.booleanisNoTxSeparatePools()isNoTxSeparatePools-
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
-
Methods inherited from interface org.jboss.jca.as.converters.NoTxDataSource
getConnectionProperties, getConnectionUrl, getDriverClass
-
-