public class ConfigurationFactoryImpl extends Object implements ConfigurationFactory, DataContextProvider
| Constructor and Description |
|---|
ConfigurationFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(UserInformation userInformation,
String configurationId)
receive configuration delete request
|
void |
dispose() |
DataContext |
getContext(String contextId) |
void |
update(UserInformation userInformation,
String configurationId,
Map<String,String> properties)
receive configuration update
|
public DataContext getContext(String contextId)
getContext in interface DataContextProviderpublic void update(UserInformation userInformation, String configurationId, Map<String,String> properties) throws Exception
ConfigurationFactoryupdate in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeproperties - the new propertiesException - can be thrown if anything goes wrong changing the configurationpublic void delete(UserInformation userInformation, String configurationId) throws Exception
ConfigurationFactorydelete in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeException - can be thrown if anything goes wrong changing the configurationpublic void dispose()
Copyright © 2015 Eclipse SCADA Project. All rights reserved.