public class ConfigurationFactoryImpl extends Object implements ConfigurationFactory
| Modifier and Type | Class and Description |
|---|---|
protected class |
ConfigurationFactoryImpl.ItemWrapper |
| Constructor and Description |
|---|
ConfigurationFactoryImpl(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(UserInformation userInformation,
String configurationId)
receive configuration delete request
|
void |
dispose() |
void |
update(UserInformation userInformation,
String configurationId,
Map<String,String> properties)
receive configuration update
|
public ConfigurationFactoryImpl(org.osgi.framework.BundleContext context)
public void dispose()
public 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 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 configurationCopyright © 2015 Eclipse SCADA Project. All rights reserved.