public class OptimisationSettings extends Object implements org.osgi.service.cm.ManagedService, org.osgi.framework.ServiceListener
OptimisationServiceRegistry.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOSCALER_ALGORITHM_NAME |
static int |
CYCLIC_OPTIMISER_FREQ |
static String |
OBJECT_CLASS |
static String |
OPTIMISATIONCONFIGID
Filename of the optimisation configuration file which is watched by the
Felix Fileinstaller The file is located in eu.cactosfp7.configuration.
|
static boolean |
RESOURCE_CONTROL_ENABLED |
static IOptimisationAlgorithm |
SELECTED_OPTIMISATION
The selected optimisation algorithm.
|
| Constructor and Description |
|---|
OptimisationSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
serviceChanged(org.osgi.framework.ServiceEvent event) |
void |
updated(Dictionary<String,?> properties) |
public static final String OPTIMISATIONCONFIGID
public static IOptimisationAlgorithm SELECTED_OPTIMISATION
public static String AUTOSCALER_ALGORITHM_NAME
public static boolean RESOURCE_CONTROL_ENABLED
public static int CYCLIC_OPTIMISER_FREQ
public static final String OBJECT_CLASS
public void updated(Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListener