Package | Description |
---|---|
org.apache.felix.cm.impl | |
org.apache.felix.cm.impl.helper |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.configure(String[] pid,
org.osgi.framework.ServiceReference sr,
boolean factory,
ConfigurationMap<?> configs)
Schedules the configuration of the referenced service with
configuration for the given PID.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedServiceFactoryConfigurationMap |
Modifier and Type | Method and Description |
---|---|
ConfigurationMap<?> |
BaseTracker.addingService(org.osgi.framework.ServiceReference<S> reference) |
protected abstract ConfigurationMap<?> |
BaseTracker.createConfigurationMap(String[] pids) |
protected ConfigurationMap<?> |
ManagedServiceTracker.createConfigurationMap(String[] pids) |
protected ConfigurationMap<?> |
ManagedServiceFactoryTracker.createConfigurationMap(String[] pids) |
Modifier and Type | Method and Description |
---|---|
void |
BaseTracker.modifiedService(org.osgi.framework.ServiceReference<S> reference,
ConfigurationMap<?> service) |
void |
ManagedServiceTracker.provideConfiguration(org.osgi.framework.ServiceReference<org.osgi.service.cm.ManagedService> service,
TargetedPID configPid,
TargetedPID factoryPid,
Dictionary<String,?> properties,
long revision,
ConfigurationMap<?> configs)
Provides the given configuration to the managed service.
|
void |
ManagedServiceFactoryTracker.provideConfiguration(org.osgi.framework.ServiceReference<org.osgi.service.cm.ManagedServiceFactory> reference,
TargetedPID configPid,
TargetedPID factoryPid,
Dictionary<String,?> properties,
long revision,
ConfigurationMap<?> configs) |
abstract void |
BaseTracker.provideConfiguration(org.osgi.framework.ServiceReference<S> service,
TargetedPID configPid,
TargetedPID factoryPid,
Dictionary<String,?> properties,
long revision,
ConfigurationMap<?> configurationMap)
Updates the given service with the provided configuration.
|
void |
BaseTracker.removedService(org.osgi.framework.ServiceReference<S> reference,
ConfigurationMap<?> service) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.