Uses of Interface
org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener
-
Packages that use DataSourceInformationRepositoryListener Package Description org.apache.synapse.commons.datasource org.apache.synapse.commons.datasource.factory -
-
Uses of DataSourceInformationRepositoryListener in org.apache.synapse.commons.datasource
Classes in org.apache.synapse.commons.datasource that implement DataSourceInformationRepositoryListener Modifier and Type Class Description classDataSourceRepositoryManagerManages data sources defined in the synapse.Methods in org.apache.synapse.commons.datasource that return DataSourceInformationRepositoryListener Modifier and Type Method Description DataSourceInformationRepositoryListenerDataSourceInformationRepository. getRepositoryListener()Gets the existingDataSourceInformationRepositoryListenerMethods in org.apache.synapse.commons.datasource with parameters of type DataSourceInformationRepositoryListener Modifier and Type Method Description voidDataSourceInformationRepository. setRepositoryListener(DataSourceInformationRepositoryListener listener)Sets aDataSourceInformationRepositoryListenerinstance -
Uses of DataSourceInformationRepositoryListener in org.apache.synapse.commons.datasource.factory
Methods in org.apache.synapse.commons.datasource.factory with parameters of type DataSourceInformationRepositoryListener Modifier and Type Method Description static DataSourceInformationRepositoryDataSourceInformationRepositoryFactory. createDataSourceInformationRepository(DataSourceInformationRepositoryListener listener, Properties properties)Factory method to create a DataSourceInformationRepository
-