Package org.jboss.jca.as.converters
Interface DataSources
-
- All Known Implementing Classes:
DatasourcesImpl
public interface DataSourcesDataSources- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataSources.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LocalTxDataSource>getLocalTxDataSource()Get the local tx datasource.List<NoTxDataSource>getNoTxDataSource()Get the No Tx datasource.List<XaDataSource>getXaDataSource()Get the xaDataSource.
-
-
-
Method Detail
-
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.
-
-