Interface DataSources

  • All Known Implementing Classes:
    DatasourcesImpl

    public interface DataSources
    DataSources
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • 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.