Package org.jboss.jca.as.converters
Interface TxConnectionFactory
-
- All Superinterfaces:
CommonXa,ConnectionFactory,NoTxConnectionFactory
- All Known Implementing Classes:
LegacyConnectionFactoryImp
public interface TxConnectionFactory extends NoTxConnectionFactory, CommonXa
No Tx ConnectionFactory- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTxConnectionFactory.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.jca.common.api.metadata.common.TransactionSupportEnumgetTransactionSupport()get the getTransactionSupport-
Methods inherited from interface org.jboss.jca.as.converters.CommonXa
getXaResourceTimeout, isNoTxSeparatePools, isTrackConnectionByTx
-
Methods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFail
-
Methods inherited from interface org.jboss.jca.as.converters.NoTxConnectionFactory
getConfigProperties, getConnectionDefinition, getRarName
-
-