Package org.jboss.jca.as.converters
Interface ConnectionFactory
-
- All Known Subinterfaces:
DataSource,LocalTxDataSource,NoTxConnectionFactory,NoTxDataSource,TxConnectionFactory,XaDataSource
- All Known Implementing Classes:
LegacyConnectionFactoryImp,LegacyTxDataSourceImpl,LegacyXaDataSourceImp
public interface ConnectionFactoryCommon ConnectionFactory- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectionFactory.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetAllocationRetry()Get the allocationRetryWaitMillis.LonggetAllocationRetryWaitMillis()Get the allocationRetryWaitMillis.LonggetBackgroundValidationMillis()Get the backgroundValidationMillis.LonggetBlockingTimeoutMillis()Get the blockingTimeoutMillis.LonggetIdleTimeoutMinutes()Get the idleTimeoutMinutes.StringgetJndiName()Get the jndiName.IntegergetMaxPoolSize()Get the maxPoolSize.IntegergetMinPoolSize()Get the minPoolSize.StringgetSecurityDomain()get the security domain for pure security-domain security managementBooleanisBackgroundValidation()Get the backgroundValidation.BooleanisPrefill()Get the prefill.BooleanisUseFastFail()Get the useFastFail.
-
-
-
Method Detail
-
getJndiName
String getJndiName()
Get the jndiName.- Returns:
- the jndiName.
-
getSecurityDomain
String getSecurityDomain()
get the security domain for pure security-domain security management- Returns:
- the security-domain to use
-
getMinPoolSize
Integer getMinPoolSize()
Get the minPoolSize.- Returns:
- the minPoolSize.
-
getMaxPoolSize
Integer getMaxPoolSize()
Get the maxPoolSize.- Returns:
- the maxPoolSize.
-
getBlockingTimeoutMillis
Long getBlockingTimeoutMillis()
Get the blockingTimeoutMillis.- Returns:
- the blockingTimeoutMillis.
-
isBackgroundValidation
Boolean isBackgroundValidation()
Get the backgroundValidation.- Returns:
- the backgroundValidation.
-
getBackgroundValidationMillis
Long getBackgroundValidationMillis()
Get the backgroundValidationMillis.- Returns:
- the backgroundValidationMillis.
-
getIdleTimeoutMinutes
Long getIdleTimeoutMinutes()
Get the idleTimeoutMinutes.- Returns:
- the idleTimeoutMinutes.
-
getAllocationRetry
Integer getAllocationRetry()
Get the allocationRetryWaitMillis.- Returns:
- the allocationRetryWaitMillis.
-
getAllocationRetryWaitMillis
Long getAllocationRetryWaitMillis()
Get the allocationRetryWaitMillis.- Returns:
- the allocationRetryWaitMillis.
-
isPrefill
Boolean isPrefill()
Get the prefill.- Returns:
- the prefill.
-
isUseFastFail
Boolean isUseFastFail()
Get the useFastFail.- Returns:
- the useFastFail.
-
-