public interface ConnectionFactory
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionFactory.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAllocationRetry()
Get the allocationRetryWaitMillis.
|
java.lang.Long |
getAllocationRetryWaitMillis()
Get the allocationRetryWaitMillis.
|
java.lang.Long |
getBackgroundValidationMillis()
Get the backgroundValidationMillis.
|
java.lang.Long |
getBlockingTimeoutMillis()
Get the blockingTimeoutMillis.
|
java.lang.Long |
getIdleTimeoutMinutes()
Get the idleTimeoutMinutes.
|
java.lang.String |
getJndiName()
Get the jndiName.
|
java.lang.Integer |
getMaxPoolSize()
Get the maxPoolSize.
|
java.lang.Integer |
getMinPoolSize()
Get the minPoolSize.
|
java.lang.String |
getSecurityDomain()
get the security domain for pure security-domain security management
|
java.lang.Boolean |
isBackgroundValidation()
Get the backgroundValidation.
|
java.lang.Boolean |
isPrefill()
Get the prefill.
|
java.lang.Boolean |
isUseFastFail()
Get the useFastFail.
|
java.lang.String getJndiName()
java.lang.String getSecurityDomain()
java.lang.Integer getMinPoolSize()
java.lang.Integer getMaxPoolSize()
java.lang.Long getBlockingTimeoutMillis()
java.lang.Boolean isBackgroundValidation()
java.lang.Long getBackgroundValidationMillis()
java.lang.Long getIdleTimeoutMinutes()
java.lang.Integer getAllocationRetry()
java.lang.Long getAllocationRetryWaitMillis()
java.lang.Boolean isPrefill()
java.lang.Boolean isUseFastFail()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)