Uses of Class
org.jboss.jca.as.converters.LegacyTxDataSourceImpl
-
Packages that use LegacyTxDataSourceImpl Package Description org.jboss.jca.as.converters This package contains the IronJacamar converter. -
-
Uses of LegacyTxDataSourceImpl in org.jboss.jca.as.converters
Methods in org.jboss.jca.as.converters that return LegacyTxDataSourceImpl Modifier and Type Method Description LegacyTxDataSourceImplLegacyTxDataSourceImpl. buildCommonPool(Integer minPoolSize, Integer initialPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, FlushStrategy flushStrategy)build pool partLegacyTxDataSourceImplLegacyTxDataSourceImpl. buildDsSecurity(String userName, String password, String securityDomain, Extension reauthPlugin)build security partLegacyTxDataSourceImplLegacyTxDataSourceImpl. buildOther(String urlDelimiter, String urlSelectorStrategyClassName, String newConnectionSql, Boolean useJavaContext, String poolName, Boolean enabled, String jndiName, Boolean spy, Boolean useCcm, Boolean jta)build other propertiesLegacyTxDataSourceImplLegacyTxDataSourceImpl. buildStatement(Boolean sharePreparedStatements, Long preparedStatementsCacheSize, Statement.TrackStatementsEnum trackStatements)build statement partLegacyTxDataSourceImplLegacyTxDataSourceImpl. buildTimeOut(Long blockingTimeoutMillis, Long idleTimeoutMinutes, Integer allocationRetry, Long allocationRetryWaitMillis, Integer xaResourceTimeout, Boolean setTxQueryTimeout, Long queryTimeout, Long useTryLock)build timeout partLegacyTxDataSourceImplLegacyTxDataSourceImpl. buildValidation(Boolean backgroundValidation, Long backgroundValidationMillis, Boolean useFastFail, Extension validConnectionChecker, String checkValidConnectionSql, Boolean validateOnMatch, Extension staleConnectionChecker, Extension exceptionSorter)build validation part
-