Interface DataSourceInformationRepositoryListener
- All Known Implementing Classes:
DataSourceRepositoryManager
public interface DataSourceInformationRepositoryListener
listen and handle events relating to changes in
DataSourceInformationRepository-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataSourceInformation(DataSourceInformation dataSourceInformation) Event when adding a DataSourceInformationvoidreConfigure(Properties confProperties) Event when re-configuring the DataSourceInformationRepositoryvoidremoveDataSourceInformation(DataSourceInformation dataSourceInformation) Event when removing a DataSourceInformation instance
-
Method Details
-
addDataSourceInformation
Event when adding a DataSourceInformation- Parameters:
dataSourceInformation- added DataSourceInformation instance
-
removeDataSourceInformation
Event when removing a DataSourceInformation instance- Parameters:
dataSourceInformation- removed DataSourceInformation instance
-
reConfigure
Event when re-configuring the DataSourceInformationRepository- Parameters:
confProperties- properties used to configure DataSourceInformationRepository
-