Package | Description |
---|---|
org.osgi.service.cm |
Configuration Admin Package Version 1.3.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedService.updated(java.util.Dictionary properties)
Update the configuration for a Managed Service.
|
void |
ManagedServiceFactory.updated(java.lang.String pid,
java.util.Dictionary properties)
Create a new instance, or update the configuration of an existing
instance.
|