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
static class TxConnectionFactory.Tag
          A Tag.
 
Method Summary
 org.jboss.jca.common.api.metadata.common.TransactionSupportEnum getTransactionSupport()
          get the getTransactionSupport
 
Methods inherited from interface org.jboss.jca.as.converters.NoTxConnectionFactory
getConfigProperties, getConnectionDefinition, getRarName
 
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.CommonXa
getXaResourceTimeout, isNoTxSeparatePools, isTrackConnectionByTx
 

Method Detail

getTransactionSupport

org.jboss.jca.common.api.metadata.common.TransactionSupportEnum getTransactionSupport()
get the getTransactionSupport

Returns:
the getTransactionSupport


Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)