public class MemDataSources extends Object implements xyz.cofe.sql.DataSourcesStorage
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.map.EventMap<String,DataSource> |
map |
| Constructor and Description |
|---|
MemDataSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String key) |
xyz.cofe.collection.map.EventMap<String,DataSource> |
getMap() |
String[] |
keys() |
DataSource |
load(String key) |
void |
save(String key,
DataSource ds) |
protected xyz.cofe.collection.map.EventMap<String,DataSource> map
public xyz.cofe.collection.map.EventMap<String,DataSource> getMap()
public String[] keys()
keys in interface xyz.cofe.sql.DataSourcesStoragepublic DataSource load(String key)
load in interface xyz.cofe.sql.DataSourcesStoragepublic void save(String key, DataSource ds)
save in interface xyz.cofe.sql.DataSourcesStoragepublic void delete(String key)
delete in interface xyz.cofe.sql.DataSourcesStorageCopyright © 2019. All rights reserved.