Package | Description |
---|---|
org.apache.synapse.commons.datasource | |
org.apache.synapse.commons.datasource.factory | |
org.apache.synapse.commons.datasource.serializer |
Modifier and Type | Method and Description |
---|---|
DataSourceInformation |
DataSourceInformationRepository.getDataSourceInformation(java.lang.String name)
Get an existing
DataSourceInformation instance for the given name |
DataSourceInformation |
DataSourceInformationRepository.removeDataSourceInformation(java.lang.String name)
Removing a DataSourceInformation instance by name
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<DataSourceInformation> |
DataSourceInformationRepository.getAllDataSourceInformation()
Returns all
DataSourceInformation s in the repository |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceInformationRepository.addDataSourceInformation(DataSourceInformation dataSourceInformation)
Adding a DataSourceInformation instance
|
void |
DataSourceInformationRepositoryListener.addDataSourceInformation(DataSourceInformation dataSourceInformation)
Event when adding a DataSourceInformation
|
void |
DataSourceRepositoryManager.addDataSourceInformation(DataSourceInformation dataSourceInformation) |
void |
InMemoryDataSourceRepository.register(DataSourceInformation dataSourceInformation)
Keep DataSource in the Local store.
|
void |
JNDIBasedDataSourceRepository.register(DataSourceInformation information)
Register a DataSource in the JNDI tree
|
void |
DataSourceRepository.register(DataSourceInformation information)
Register a DataSource based on given information
Information is encapsulated in a DataSourceInformation instance
|
void |
DataSourceInformationRepositoryListener.removeDataSourceInformation(DataSourceInformation dataSourceInformation)
Event when removing a DataSourceInformation instance
|
void |
DataSourceRepositoryManager.removeDataSourceInformation(DataSourceInformation dataSourceInformation) |
Modifier and Type | Method and Description |
---|---|
static DataSourceInformation |
DataSourceInformationFactory.createDataSourceInformation(java.lang.String dsName,
java.util.Properties properties)
Factory method to create a DataSourceInformation instance based on given properties
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DataSourceInformation> |
DataSourceInformationListFactory.createDataSourceInformationList(java.util.Properties dsProperties)
Factory method for creating a a DataSourceInformation Collection
|
Modifier and Type | Method and Description |
---|---|
static javax.sql.DataSource |
DataSourceFactory.createDataSource(DataSourceInformation dataSourceInformation)
Factory method to create a DataSource based on provided information
which is encapsulated in the DataSourceInformation object.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
DataSourceInformationSerializer.serialize(DataSourceInformation information)
Serialize a DataSourceInformation to a Properties
|
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
DataSourceInformationListSerializer.serialize(java.util.List<DataSourceInformation> dataSourceInformationList)
Serializes a list of DataSourceInformation into a properties
|
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.