Package org.jboss.jca.as.converters
Interface ConnectionFactories
- All Known Implementing Classes:
ConnectionFactoriesImpl
public interface ConnectionFactories
ConnectionFactories
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the NoTxConnectionFactoryGet the TxConnectionFactory
-
Method Details
-
getTxConnectionFactory
List<TxConnectionFactory> getTxConnectionFactory()Get the TxConnectionFactory- Returns:
- the list of TxConnectionFactory
-
getNoTxConnectionFactory
List<NoTxConnectionFactory> getNoTxConnectionFactory()Get the NoTxConnectionFactory- Returns:
- the list of NoTxConnectionFactory
-