|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.as.converters.LegacyConnectionFactoryImp
public class LegacyConnectionFactoryImp

A LegacyConnectionFactoryImp impl.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.TxConnectionFactory |
|---|
TxConnectionFactory.Tag |
| Constructor Summary | |
|---|---|
LegacyConnectionFactoryImp(String jndiName,
String rarName,
String poolName,
String connectionDefinition,
Map<String,String> configProperty,
org.jboss.jca.common.api.metadata.common.TransactionSupportEnum transactionSupport)
create a LegacyConnectionFactoryImp |
|
| Method Summary | |
|---|---|
LegacyConnectionFactoryImp |
buildCommonPool(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean noTxSeparatePool,
Boolean interleaving)
build pool part |
LegacyConnectionFactoryImp |
buildOther()
build other properties |
void |
buildResourceAdapterImpl()
buildResourceAdapterImpl |
LegacyConnectionFactoryImp |
buildSecurity(String securityDomainManaged,
String securityDomainAndApplicationManaged,
boolean applicationManaged)
build security part |
LegacyConnectionFactoryImp |
buildTimeOut(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout)
build timeout part |
LegacyConnectionFactoryImp |
buildValidation(Boolean backgroundValidation,
Long backgroundValidationMillis,
Boolean useFastFail)
build validation part |
Integer |
getAllocationRetry()
Get the allocationRetryWaitMillis. |
Long |
getAllocationRetryWaitMillis()
Get the allocationRetryWaitMillis. |
Long |
getBackgroundValidationMillis()
Get the backgroundValidationMillis. |
Long |
getBlockingTimeoutMillis()
Get the blockingTimeoutMillis. |
Map<String,String> |
getConfigProperties()
Get the configProperties. |
String |
getConnectionDefinition()
get the ConnectionDefinition |
Long |
getIdleTimeoutMinutes()
Get the idleTimeoutMinutes. |
Boolean |
getInterleaving()
getInterleaving |
String |
getJndiName()
Get the jndiName. |
Integer |
getMaxPoolSize()
Get the maxPoolSize. |
Integer |
getMinPoolSize()
Get the minPoolSize. |
String |
getRarName()
Get the rarName. |
String |
getSecurityDomain()
get the security domain for pure security-domain security management |
org.jboss.jca.common.api.metadata.common.TransactionSupportEnum |
getTransactionSupport()
get the getTransactionSupport |
Integer |
getXaResourceTimeout()
Get the xaResourceTimeout. |
Boolean |
isBackgroundValidation()
Get the backgroundValidation. |
Boolean |
isNoTxSeparatePools()
Get the noTxSeparatePools. |
Boolean |
isPrefill()
Get the prefill. |
Boolean |
isTrackConnectionByTx()
Get the TrackConnectionByTx. |
Boolean |
isUseFastFail()
Get the useFastFail. |
void |
setInterleaving(Boolean interleaving)
setInterleaving |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LegacyConnectionFactoryImp(String jndiName,
String rarName,
String poolName,
String connectionDefinition,
Map<String,String> configProperty,
org.jboss.jca.common.api.metadata.common.TransactionSupportEnum transactionSupport)
jndiName - jndiNamerarName - rarNamepoolName - poolNameconnectionDefinition - connectionDefinitionconfigProperty - configPropertytransactionSupport - transactionSupport| Method Detail |
|---|
public void buildResourceAdapterImpl()
throws Exception
Exception - exceptionpublic String toString()
toString in class Object
public LegacyConnectionFactoryImp buildTimeOut(Long blockingTimeoutMillis,
Long idleTimeoutMinutes,
Integer allocationRetry,
Long allocationRetryWaitMillis,
Integer xaResourceTimeout)
throws Exception
blockingTimeoutMillis - blockingTimeoutMillisidleTimeoutMinutes - idleTimeoutMinutesallocationRetry - allocationRetryallocationRetryWaitMillis - allocationRetryWaitMillisxaResourceTimeout - xaResourceTimeout
Exception - exception
public LegacyConnectionFactoryImp buildValidation(Boolean backgroundValidation,
Long backgroundValidationMillis,
Boolean useFastFail)
throws Exception
backgroundValidation - backgroundValidationbackgroundValidationMillis - backgroundValidationMillisuseFastFail - useFastFail
Exception - exception
public LegacyConnectionFactoryImp buildCommonPool(Integer minPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean noTxSeparatePool,
Boolean interleaving)
throws Exception
minPoolSize - minPoolSizemaxPoolSize - maxPoolSizeprefill - prefillnoTxSeparatePool - noTxSeparatePoolinterleaving - interleaving
Exception - exception
public LegacyConnectionFactoryImp buildSecurity(String securityDomainManaged,
String securityDomainAndApplicationManaged,
boolean applicationManaged)
throws Exception
securityDomainManaged - securityDomainManagedsecurityDomainAndApplicationManaged - securityDomainAndApplicationManagedapplicationManaged - applicationManagedS
Exception - exceptionpublic LegacyConnectionFactoryImp buildOther()
public String getJndiName()
ConnectionFactory
getJndiName in interface ConnectionFactorypublic String getSecurityDomain()
ConnectionFactory
getSecurityDomain in interface ConnectionFactorypublic Integer getMinPoolSize()
ConnectionFactory
getMinPoolSize in interface ConnectionFactorypublic Integer getMaxPoolSize()
ConnectionFactory
getMaxPoolSize in interface ConnectionFactorypublic Long getBlockingTimeoutMillis()
ConnectionFactory
getBlockingTimeoutMillis in interface ConnectionFactorypublic Boolean isBackgroundValidation()
ConnectionFactory
isBackgroundValidation in interface ConnectionFactorypublic Long getBackgroundValidationMillis()
ConnectionFactory
getBackgroundValidationMillis in interface ConnectionFactorypublic Long getIdleTimeoutMinutes()
ConnectionFactory
getIdleTimeoutMinutes in interface ConnectionFactorypublic Integer getAllocationRetry()
ConnectionFactory
getAllocationRetry in interface ConnectionFactorypublic Long getAllocationRetryWaitMillis()
ConnectionFactory
getAllocationRetryWaitMillis in interface ConnectionFactorypublic Boolean isPrefill()
ConnectionFactory
isPrefill in interface ConnectionFactorypublic Boolean isUseFastFail()
ConnectionFactory
isUseFastFail in interface ConnectionFactorypublic Boolean isNoTxSeparatePools()
CommonXa
isNoTxSeparatePools in interface CommonXapublic Boolean isTrackConnectionByTx()
CommonXa
isTrackConnectionByTx in interface CommonXapublic Integer getXaResourceTimeout()
CommonXa
getXaResourceTimeout in interface CommonXapublic String getRarName()
NoTxConnectionFactory
getRarName in interface NoTxConnectionFactorypublic String getConnectionDefinition()
NoTxConnectionFactory
getConnectionDefinition in interface NoTxConnectionFactorypublic Map<String,String> getConfigProperties()
NoTxConnectionFactory
getConfigProperties in interface NoTxConnectionFactorypublic org.jboss.jca.common.api.metadata.common.TransactionSupportEnum getTransactionSupport()
TxConnectionFactory
getTransactionSupport in interface TxConnectionFactorypublic void setInterleaving(Boolean interleaving)
interleaving - interleavingpublic Boolean getInterleaving()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||