Package org.jboss.jca.as.converters
Interface TxConnectionFactory
- All Superinterfaces:
CommonXa,ConnectionFactory,NoTxConnectionFactory
- All Known Implementing Classes:
LegacyConnectionFactoryImp
No Tx ConnectionFactory
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jca.common.api.metadata.common.TransactionSupportEnumget the getTransactionSupportMethods inherited from interface org.jboss.jca.as.converters.CommonXa
getXaResourceTimeout, isNoTxSeparatePools, isTrackConnectionByTxMethods inherited from interface org.jboss.jca.as.converters.ConnectionFactory
getAllocationRetry, getAllocationRetryWaitMillis, getBackgroundValidationMillis, getBlockingTimeoutMillis, getIdleTimeoutMinutes, getJndiName, getMaxPoolSize, getMinPoolSize, getSecurityDomain, isBackgroundValidation, isPrefill, isUseFastFailMethods inherited from interface org.jboss.jca.as.converters.NoTxConnectionFactory
getConfigProperties, getConnectionDefinition, getRarName
-
Method Details
-
getTransactionSupport
org.jboss.jca.common.api.metadata.common.TransactionSupportEnum getTransactionSupport()get the getTransactionSupport- Returns:
- the getTransactionSupport
-