Package | Description |
---|---|
org.jboss.jca.as.converters |
This package contains the IronJacamar converter.
|
Modifier and Type | Method and Description |
---|---|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildAdminObejcts(java.lang.String className,
java.lang.String jndiName,
java.lang.String poolName,
java.util.Map<java.lang.String,java.lang.String> configProperties,
boolean enabled,
boolean useJavaContext)
build admin object
|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildCommonPool(java.lang.Integer minPoolSize,
java.lang.Integer maxPoolSize,
java.lang.Boolean prefill,
org.jboss.jca.common.api.metadata.common.Capacity capacity,
java.lang.Boolean noTxSeparatePool,
java.lang.Boolean interleaving)
build pool part
|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildOther()
build other properties
|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildSecurity(java.lang.String securityDomainManaged,
java.lang.String securityDomainAndApplicationManaged,
boolean applicationManaged)
build security part
|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildTimeOut(java.lang.Long blockingTimeoutMillis,
java.lang.Long idleTimeoutMinutes,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis,
java.lang.Integer xaResourceTimeout)
build timeout part
|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildValidation(java.lang.Boolean backgroundValidation,
java.lang.Long backgroundValidationMillis,
java.lang.Boolean useFastFail)
build validation part
|
LegacyConnectionFactoryImp |
LegacyConnectionFactoryImp.buildWorkManager(org.jboss.jca.common.api.metadata.resourceadapter.WorkManager workmanager)
build workmanager
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)