public class DataSourceService extends Object implements IDataSourceService
| Constructor and Description |
|---|
DataSourceService() |
| Modifier and Type | Method and Description |
|---|---|
Protos.DataSource |
getDataSource(String datasourceName) |
Collection<Protos.DataSource> |
getDefaultDataSources() |
Collection<Protos.DataSource> |
getRegisteredDataSources() |
void |
register(Protos.DataSource dataSource) |
public Protos.DataSource getDataSource(String datasourceName)
getDataSource in interface IDataSourceServicepublic void register(Protos.DataSource dataSource)
register in interface IDataSourceServicepublic Collection<Protos.DataSource> getDefaultDataSources()
getDefaultDataSources in interface IDataSourceServicepublic Collection<Protos.DataSource> getRegisteredDataSources()
getRegisteredDataSources in interface IDataSourceServiceCopyright © 2015. All rights reserved.