public interface DataSourceInformationRepositoryListener
DataSourceInformationRepository| Modifier and Type | Method and Description |
|---|---|
void |
addDataSourceInformation(DataSourceInformation dataSourceInformation)
Event when adding a DataSourceInformation
|
void |
reConfigure(Properties confProperties)
Event when re-configuring the DataSourceInformationRepository
|
void |
removeDataSourceInformation(DataSourceInformation dataSourceInformation)
Event when removing a DataSourceInformation instance
|
void addDataSourceInformation(DataSourceInformation dataSourceInformation)
dataSourceInformation - added DataSourceInformation instancevoid removeDataSourceInformation(DataSourceInformation dataSourceInformation)
dataSourceInformation - removed DataSourceInformation instancevoid reConfigure(Properties confProperties)
confProperties - properties used to configure DataSourceInformationRepositoryCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.