public interface JdbcStorageDAO
Modifier and Type | Method and Description |
---|---|
void |
deleteConfiguration(String factoryId,
String configurationId) |
List<String> |
listFactories() |
List<Entry> |
loadAll() |
List<Entry> |
loadFactory(String factoryId) |
List<Entry> |
purgeFactory(String factoryId) |
Map<String,String> |
storeConfiguration(String factoryId,
String configurationId,
Map<String,String> properties,
boolean fullSet) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.