public class DataSourceInformationRepository
extends java.lang.Object
DataSourceInformation| Constructor and Description |
|---|
DataSourceInformationRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSourceInformation(DataSourceInformation dataSourceInformation)
Adding a DataSourceInformation instance
|
void |
configure(java.util.Properties configurationProperties)
Configuring DataSourceInformationRepository
|
java.util.Iterator<DataSourceInformation> |
getAllDataSourceInformation()
Returns all
DataSourceInformations in the repository |
DataSourceInformation |
getDataSourceInformation(java.lang.String name)
Get an existing
DataSourceInformation instance for the given name |
DataSourceInformationRepositoryListener |
getRepositoryListener()
Gets the existing
DataSourceInformationRepositoryListener |
DataSourceInformation |
removeDataSourceInformation(java.lang.String name)
Removing a DataSourceInformation instance by name
|
void |
removeRepositoryListener()
Remove existing
DataSourceInformationRepositoryListener |
void |
setRepositoryListener(DataSourceInformationRepositoryListener listener)
Sets a
DataSourceInformationRepositoryListener instance |
public void configure(java.util.Properties configurationProperties)
configurationProperties - properties to be used for configurepublic void addDataSourceInformation(DataSourceInformation dataSourceInformation)
dataSourceInformation - DataSourceInformation instancepublic DataSourceInformation getDataSourceInformation(java.lang.String name)
DataSourceInformation instance for the given namename - Name of the DataSourceInformation to be returnedpublic DataSourceInformation removeDataSourceInformation(java.lang.String name)
name - Name of the DataSourceInformation to be removedpublic java.util.Iterator<DataSourceInformation> getAllDataSourceInformation()
DataSourceInformations in the repositoryDataSourceInformationspublic void setRepositoryListener(DataSourceInformationRepositoryListener listener)
DataSourceInformationRepositoryListener instancelistener - DataSourceInformationRepositoryListener instancepublic void removeRepositoryListener()
DataSourceInformationRepositoryListenerpublic DataSourceInformationRepositoryListener getRepositoryListener()
DataSourceInformationRepositoryListenerCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.