Interface DataSources

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata

public interface DataSources extends JCAMetadata, ValidatableMetadata
A DataSources.
Author:
Stefano Maestri
  • Method Details

    • getDataSource

      List<DataSource> getDataSource()
      Get the datasource.
      Returns:
      the datasource.
    • getXaDataSource

      List<XaDataSource> getXaDataSource()
      Get the xaDataSource.
      Returns:
      the xaDataSource.
    • getDrivers

      List<Driver> getDrivers()
      Get the list of drivers
      Returns:
      the list of drivers.
    • getDriver

      Driver getDriver(String name)
      Get the driver with given name
      Parameters:
      name - driver's name
      Returns:
      the driver wit given name.