|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationMap | |
|---|---|
| org.apache.felix.cm.impl | |
| org.apache.felix.cm.impl.helper | |
| Uses of ConfigurationMap in org.apache.felix.cm.impl |
|---|
| Methods in org.apache.felix.cm.impl with parameters of type ConfigurationMap | |
|---|---|
void |
ConfigurationManager.configure(java.lang.String[] pid,
org.osgi.framework.ServiceReference sr,
boolean factory,
ConfigurationMap<?> configs)
Schedules the configuration of the referenced service with configuration for the given PID. |
| Uses of ConfigurationMap in org.apache.felix.cm.impl.helper |
|---|
| Subclasses of ConfigurationMap in org.apache.felix.cm.impl.helper | |
|---|---|
class |
ManagedServiceFactoryConfigurationMap
|
| Methods in org.apache.felix.cm.impl.helper that return ConfigurationMap | |
|---|---|
ConfigurationMap<?> |
BaseTracker.addingService(org.osgi.framework.ServiceReference<S> reference)
|
protected abstract ConfigurationMap<?> |
BaseTracker.createConfigurationMap(java.lang.String[] pids)
|
protected ConfigurationMap<?> |
ManagedServiceFactoryTracker.createConfigurationMap(java.lang.String[] pids)
|
protected ConfigurationMap<?> |
ManagedServiceTracker.createConfigurationMap(java.lang.String[] pids)
|
| Methods in org.apache.felix.cm.impl.helper with parameters of type ConfigurationMap | |
|---|---|
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,
java.util.Dictionary<java.lang.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,
java.util.Dictionary<java.lang.String,?> properties,
long revision,
ConfigurationMap<?> configs)
|
abstract void |
BaseTracker.provideConfiguration(org.osgi.framework.ServiceReference<S> service,
TargetedPID configPid,
TargetedPID factoryPid,
java.util.Dictionary<java.lang.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||