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