public class LocalDSService.EMapBinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.common.CloseableSet |
cs |
protected boolean |
deleting |
protected xyz.cofe.sql.DataSourcesStorage |
dss |
protected xyz.cofe.collection.map.EventMap<String,DataSource> |
emap |
protected boolean |
inserting |
protected boolean |
updateing |
| Constructor and Description |
|---|
EMapBinder(xyz.cofe.collection.map.EventMap<String,DataSource> emap,
xyz.cofe.sql.DataSourcesStorage dss) |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
apply() |
LocalDSService.EMapBinder |
closeableSet(xyz.cofe.common.CloseableSet cs) |
LocalDSService.EMapBinder |
deleting(boolean v) |
xyz.cofe.common.CloseableSet |
getCloseableSet() |
xyz.cofe.collection.map.EventMap<String,DataSource> |
getEventMap() |
xyz.cofe.sql.DataSourcesStorage |
getStorage() |
LocalDSService.EMapBinder |
inserting(boolean v) |
LocalDSService.EMapBinder |
updating(boolean v) |
protected xyz.cofe.collection.map.EventMap<String,DataSource> emap
protected xyz.cofe.sql.DataSourcesStorage dss
protected xyz.cofe.common.CloseableSet cs
protected boolean deleting
protected boolean inserting
protected boolean updateing
public EMapBinder(xyz.cofe.collection.map.EventMap<String,DataSource> emap, xyz.cofe.sql.DataSourcesStorage dss)
public xyz.cofe.collection.map.EventMap<String,DataSource> getEventMap()
public xyz.cofe.sql.DataSourcesStorage getStorage()
public LocalDSService.EMapBinder closeableSet(xyz.cofe.common.CloseableSet cs)
public xyz.cofe.common.CloseableSet getCloseableSet()
public LocalDSService.EMapBinder deleting(boolean v)
public LocalDSService.EMapBinder inserting(boolean v)
public LocalDSService.EMapBinder updating(boolean v)
public Closeable apply()
Copyright © 2019. All rights reserved.