Interface NoTxDataSource

All Superinterfaces:
ConnectionFactory, DataSource
All Known Subinterfaces:
LocalTxDataSource
All Known Implementing Classes:
LegacyTxDataSourceImpl

public interface NoTxDataSource extends DataSource
No Tx DataSource
Version:
$Revision: $
Author:
Jeff Zhang
  • Method Details

    • getConnectionUrl

      String getConnectionUrl()
      Get the connectionUrl.
      Returns:
      the connectionUrl.
    • getDriverClass

      String getDriverClass()
      Get the driverClass.
      Returns:
      the driverClass.
    • getConnectionProperties

      Map<String,String> getConnectionProperties()
      Get the connectionProperties.
      Returns:
      the connectionProperties.