| Package | Description |
|---|---|
| org.jboss.jca.as.converters |
This package contains the IronJacamar converter.
|
| Modifier and Type | Method and Description |
|---|---|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildCommonPool(Integer minPoolSize,
Integer initialPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
FlushStrategy flushStrategy,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaResource,
Boolean noTxSeparatePool)
build pool part
|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildDsSecurity(String userName,
String password,
String securityDomain,
Extension reauthPlugin)
build security part
|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildOther(String urlDelimiter,
String urlSelectorStrategyClassName,
String newConnectionSql,
Boolean useJavaContext,
String poolName,
Boolean enabled,
String jndiName,
Boolean spy,
Boolean useCcm,
Boolean jta)
build other properties
|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildRecovery(String recoveryUsername,
String recoveryPassword,
Boolean noRecovery)
build recovery part
|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildStatement(Boolean sharePreparedStatements,
Long preparedStatementsCacheSize,
Statement.TrackStatementsEnum trackStatements)
build statement part
|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildTimeOut(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout,
Boolean setTxQueryTimeout,
Long queryTimeout,
Long useTryLock)
build timeout part
|
LegacyXaDataSourceImp |
LegacyXaDataSourceImp.buildValidation(Boolean backgroundValidation,
Long backgroundValidationMillis,
Boolean useFastFail,
Extension validConnectionChecker,
String checkValidConnectionSql,
Boolean validateOnMatch,
Extension staleConnectionChecker,
Extension exceptionSorter)
build validation part
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.