Uses of Class
org.apache.felix.scr.impl.metadata.TargetedPID
Packages that use TargetedPID
-
Uses of TargetedPID in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as TargetedPIDMethods in org.apache.felix.scr.impl.manager that return TargetedPIDModifier and TypeMethodDescriptionComponentFactoryImpl.getConfigurationTargetedPID
(TargetedPID pid, TargetedPID factoryPid) ComponentHolder.getConfigurationTargetedPID
(TargetedPID pid, TargetedPID factoryPid) Returns the targeted PID used to configure this componentConfigurableComponentHolder.getConfigurationTargetedPID
(TargetedPID pid, TargetedPID factoryPid) Methods in org.apache.felix.scr.impl.manager with parameters of type TargetedPIDModifier and TypeMethodDescriptionvoid
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 givenpid
(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) ComponentFactoryImpl.getConfigurationTargetedPID
(TargetedPID pid, TargetedPID factoryPid) ComponentHolder.getConfigurationTargetedPID
(TargetedPID pid, TargetedPID factoryPid) Returns the targeted PID used to configure this componentConfigurableComponentHolder.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. -
Uses of TargetedPID in org.apache.felix.scr.impl.metadata
Methods in org.apache.felix.scr.impl.metadata with parameters of type TargetedPIDModifier and TypeMethodDescriptionboolean
TargetedPID.bindsStronger
(TargetedPID other) int
ComponentMetadata.getPidIndex
(TargetedPID pid)