Interface DataSourcePoolMetadataProvider
- All Known Implementing Classes:
DataSourcePoolMetadataProviders
public interface DataSourcePoolMetadataProvider
Provide aDataSourcePoolMetadatabased on aDataSource.- Since:
- 1.2.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourcePoolMetadatagetDataSourcePoolMetadata(DataSource dataSource)Return theDataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled.
Method Detail
getDataSourcePoolMetadata
DataSourcePoolMetadata getDataSourcePoolMetadata(DataSource dataSource)
Return theDataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled.- Parameters:
dataSource- the data source- Returns:
- the data source pool metadata