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 |
ComponentFactoryImpl.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
|
TargetedPID |
ComponentHolder.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
Returns the targeted PID used to configure this component
|
TargetedPID |
ConfigurableComponentHolder.getConfigurationTargetedPID(TargetedPID pid,
TargetedPID factoryPid) |
|
abstract void |
AbstractComponentManager.reconfigure(Map<String,Object> configuration,
boolean configurationDeleted,
TargetedPID factoryPid) |
|
void |
ComponentFactoryImpl.reconfigure(Map<String,Object> configuration,
boolean configurationDeleted,
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.
|