open fun addDataSource(dataSourceName: String, dataSource: DataSource): Unit
Add the supplied DataSource to the map of DataSource maintained by this object.
dataSourceName - the name under which the supplied DataSource is to be added
dataSourceName
dataSource - the DataSource to be so added
dataSource