Package | Description |
---|---|
org.apache.felix.scr.impl.manager | |
org.apache.felix.scr.impl.metadata |
Modifier and Type | Field and Description |
---|---|
protected TargetedPID |
ComponentFactoryImpl.m_targetedPID |
Modifier and Type | Method and Description |
---|---|
TargetedPID |
ComponentHolder.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid)
Returns the targeted PID used to configure this component
|
TargetedPID |
ConfigurableComponentHolder.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
TargetedPID |
ComponentFactoryImpl.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentHolder.configurationDeleted(TargetedPID pid,
TargetedPID factoryPid)
The configuration with the given PID has been deleted from the
Configuration Admin service.
|
void |
ConfigurableComponentHolder.configurationDeleted(TargetedPID pid,
TargetedPID factoryPid)
The configuration with the given
pid
(service.pid of the configuration object) is deleted. |
boolean |
ComponentHolder.configurationUpdated(TargetedPID targetedPid,
TargetedPID factoryTargetedPid,
Dictionary<String,Object> props,
long changeCount)
Configure a component with configuration from the given PID.
|
boolean |
ConfigurableComponentHolder.configurationUpdated(TargetedPID pid,
TargetedPID factoryPid,
Dictionary<String,Object> props,
long changeCount)
Configures a component with the given configuration.
|
protected abstract Collection<ComponentHolder<?>> |
RegionConfigurationSupport.getComponentHolders(TargetedPID pid) |
TargetedPID |
ComponentHolder.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid)
Returns the targeted PID used to configure this component
|
TargetedPID |
ConfigurableComponentHolder.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
TargetedPID |
ComponentFactoryImpl.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
void |
SingleComponentManager.reconfigure(Map<String,Object> configuration,
boolean configurationDeleted,
TargetedPID factoryPid)
Called by the Configuration Admin Service to update the component with
Configuration properties.
|
void |
ComponentFactoryImpl.reconfigure(Map<String,Object> configuration,
boolean configurationDeleted,
TargetedPID factoryPid) |
abstract void |
AbstractComponentManager.reconfigure(Map<String,Object> configuration,
boolean configurationDeleted,
TargetedPID factoryPid) |
Modifier and Type | Method and Description |
---|---|
boolean |
TargetedPID.bindsStronger(TargetedPID other)
|
int |
ComponentMetadata.getPidIndex(TargetedPID pid) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.