public class PlacementSettings extends Object implements org.osgi.service.cm.ManagedService, org.osgi.framework.ServiceListener
| Modifier and Type | Field and Description |
|---|---|
static String |
PLACEMENTCONFIGID
Filename of the placement configuration file which is watched by the Felix Fileinstaller
The file is located in eu.cactosfp7.configuration.
|
static IPlacementService |
SELECTED_PLACEMENT |
| Constructor and Description |
|---|
PlacementSettings() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties() |
String |
getProperty(String key) |
void |
serviceChanged(org.osgi.framework.ServiceEvent event) |
void |
updated(Dictionary<String,?> properties) |
public static final String PLACEMENTCONFIGID
public static IPlacementService SELECTED_PLACEMENT
public Properties getProperties()
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