Package org.jboss.jca.as.converters
Interface DataSources
- All Known Implementing Classes:
DatasourcesImpl
public interface DataSources
DataSources
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the local tx datasource.Get the No Tx datasource.Get the xaDataSource.
-
Method Details
-
getLocalTxDataSource
List<LocalTxDataSource> getLocalTxDataSource()Get the local tx datasource.- Returns:
- the local tx datasource.
-
getNoTxDataSource
List<NoTxDataSource> getNoTxDataSource()Get the No Tx datasource.- Returns:
- the NoTx datasource.
-
getXaDataSource
List<XaDataSource> getXaDataSource()Get the xaDataSource.- Returns:
- the xaDataSource.
-