Uses of Interface
org.apache.felix.scr.impl.manager.ComponentHolder
-
Packages that use ComponentHolder Package Description org.apache.felix.scr.impl.manager -
-
Uses of ComponentHolder in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ComponentHolder Modifier and Type Class Description class
ConfigurableComponentHolder<S>
TheConfigurableComponentHolder
class is aComponentHolder
for automatically configured components instances that may or may not be configured through Config Admin.Methods in org.apache.felix.scr.impl.manager that return types with arguments of type ComponentHolder Modifier and Type Method Description protected abstract Collection<ComponentHolder<?>>
RegionConfigurationSupport. getComponentHolders(TargetedPID pid)
Methods in org.apache.felix.scr.impl.manager with parameters of type ComponentHolder Modifier and Type Method Description boolean
RegionConfigurationSupport. configureComponentHolder(ComponentHolder<?> holder)
The return value is only relevant for the call fromRegionConfigurationSupport.configurationEvent(ConfigurationEvent)
in the case of a deleted configuration which is not a factory configuration!
-