|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSourceRepository
Keep all DataSources defined in the Synapse
| Method Summary | |
|---|---|
void |
clear()
Clear already registered datasources |
void |
init(Properties properties)
Initialization with given properties |
boolean |
isInitialized()
Explicitly check for init |
DataSource |
lookUp(String name)
Find and Returns an registered DataSource in the DataSourceRegistry |
void |
register(DataSourceInformation information)
Register a DataSource based on given information Information is encapsulated in a DataSourceInformation instance |
void |
unRegister(String name)
Removing datasource |
| Method Detail |
|---|
void init(Properties properties)
properties - configuration propertiesboolean isInitialized()
void register(DataSourceInformation information)
information - DataSourceInformation instancevoid unRegister(String name)
name - name of the datasource to be removedDataSource lookUp(String name)
name - Name of the DataSource to be looked up
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||