Modifier and Type | Method and Description |
---|---|
DataSourceInformation |
DataSourceInformationRepository.getDataSourceInformation(String name)
Get an existing
DataSourceInformation instance for the given name |
DataSourceInformation |
DataSourceInformationRepository.removeDataSourceInformation(String name)
Removing a DataSourceInformation instance by name
|
Modifier and Type | Method and Description |
---|---|
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 |
DataSourceRepository.register(DataSourceInformation information)
Register a DataSource based on given information
Information is encapsulated in a DataSourceInformation instance
|
void |
InMemoryDataSourceRepository.register(DataSourceInformation dataSourceInformation)
Keep DataSource in the Local store.
|
void |
JNDIBasedDataSourceRepository.register(DataSourceInformation information)
Register a DataSource in the JNDI tree
|
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(String dsName,
Properties properties)
Factory method to create a DataSourceInformation instance based on given properties
|
Modifier and Type | Method and Description |
---|---|
static List<DataSourceInformation> |
DataSourceInformationListFactory.createDataSourceInformationList(Properties dsProperties)
Factory method for creating a a DataSourceInformation Collection
|
Modifier and Type | Method and Description |
---|---|
static 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 Properties |
DataSourceInformationSerializer.serialize(DataSourceInformation information)
Serialize a DataSourceInformation to a Properties
|
Modifier and Type | Method and Description |
---|---|
static Properties |
DataSourceInformationListSerializer.serialize(List<DataSourceInformation> dataSourceInformationList)
Serializes a list of DataSourceInformation into a properties
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
AbstractDBMediator.createCustomDataSource(DataSourceInformation dataSourceInformation)
Create a custom DataSource using the specified data source information.
|
void |
AbstractDBMediator.setDataSourceInformation(DataSourceInformation dataSourceInformation) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.