public class ConfigurationFactoryImpl extends java.lang.Object implements ConfigurationFactory
| Constructor and Description |
|---|
ConfigurationFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(UserInformation userInformation,
java.lang.String configurationId)
receive configuration delete request
|
void |
update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties)
receive configuration update
|
public void update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties)
throws java.lang.NumberFormatException,
java.lang.InterruptedException
ConfigurationFactoryupdate in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeproperties - the new propertiesjava.lang.NumberFormatExceptionjava.lang.InterruptedExceptionpublic void delete(UserInformation userInformation,
java.lang.String configurationId)
throws java.lang.NumberFormatException,
java.lang.InterruptedException
ConfigurationFactorydelete in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changejava.lang.NumberFormatExceptionjava.lang.InterruptedException
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0