public interface DataSources
Modifier and Type | Interface and Description |
---|---|
static class |
DataSources.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LocalTxDataSource> |
getLocalTxDataSource()
Get the local tx datasource.
|
java.util.List<NoTxDataSource> |
getNoTxDataSource()
Get the No Tx datasource.
|
java.util.List<XaDataSource> |
getXaDataSource()
Get the xaDataSource.
|
java.util.List<LocalTxDataSource> getLocalTxDataSource()
java.util.List<NoTxDataSource> getNoTxDataSource()
java.util.List<XaDataSource> getXaDataSource()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)