Package org.jboss.jca.as.converters
Interface NoTxDataSource
-
- All Superinterfaces:
ConnectionFactory,DataSource
- All Known Subinterfaces:
LocalTxDataSource
- All Known Implementing Classes:
LegacyTxDataSourceImpl
public interface NoTxDataSource extends DataSource
No Tx DataSource- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNoTxDataSource.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getConnectionProperties()Get the connectionProperties.StringgetConnectionUrl()Get the connectionUrl.StringgetDriverClass()Get the driverClass.-
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
-
-