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