public class ConfigurationAdministratorImpl extends AbstractConfigurationAdministrator
AbstractConfigurationAdministrator.CompositeFuture<T>, AbstractConfigurationAdministrator.ConfigurationFuture, AbstractConfigurationAdministrator.PatchFuture, AbstractConfigurationAdministrator.PurgeFutureFACTORY_ID| Constructor and Description |
|---|
ConfigurationAdministratorImpl(BundleContext context,
JdbcStorageDAO jdbcStorageDAO) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialLoad() |
protected void |
performDeleteConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId,
AbstractConfigurationAdministrator.ConfigurationFuture future) |
protected void |
performPurge(UserInformation userInformation,
java.lang.String factoryId,
AbstractConfigurationAdministrator.PurgeFuture future) |
protected void |
performStoreConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean fullSet,
AbstractConfigurationAdministrator.ConfigurationFuture future) |
void |
start() |
addFactoryService, addingSelfService, addingService, addStoredFactory, applyConfiguration, applyDiff, changeConfiguration, createConfiguration, deleteConfiguration, dispose, freeze, getConfiguration, getConfigurations, getFactory, getKnownFactories, handleSelfChange, purgeFactory, removedSelfService, removedService, removeFactoryService, setFactoryState, stop, thaw, updateConfigurationpublic ConfigurationAdministratorImpl(BundleContext context,
JdbcStorageDAO jdbcStorageDAO)
public void start()
throws java.lang.Exception
start in class AbstractConfigurationAdministratorjava.lang.Exceptionprotected void initialLoad()
throws java.sql.SQLException
java.sql.SQLExceptionprotected void performDeleteConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId,
AbstractConfigurationAdministrator.ConfigurationFuture future)
throws java.lang.Exception
performDeleteConfiguration in class AbstractConfigurationAdministratorjava.lang.Exceptionprotected void performPurge(UserInformation userInformation,
java.lang.String factoryId,
AbstractConfigurationAdministrator.PurgeFuture future)
performPurge in class AbstractConfigurationAdministratorprotected void performStoreConfiguration(UserInformation userInformation,
java.lang.String factoryId,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean fullSet,
AbstractConfigurationAdministrator.ConfigurationFuture future)
throws java.lang.Exception
performStoreConfiguration in class AbstractConfigurationAdministratorjava.lang.Exception
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