Uses of Interface
org.apache.felix.scr.impl.manager.ComponentManager
Packages that use ComponentManager
-
Uses of ComponentManager in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ComponentManagerModifier and TypeClassDescriptionclass
The default ComponentManager.class
TheComponentFactoryImpl
extends theAbstractComponentManager
class to implement the component factory functionality.class
class
TheServiceFactoryComponentManager
for components specified with <service serviceFactory='true'/> in the xml metadata.class
The default ComponentManager.Methods in org.apache.felix.scr.impl.manager that return types with arguments of type ComponentManagerModifier and TypeMethodDescriptionList
<? extends ComponentManager<?>> ComponentHolder.getComponents()
Returns allComponent
instances held by this holder.List
<? extends ComponentManager<?>> ConfigurableComponentHolder.getComponents()
-
Uses of ComponentManager in org.apache.felix.scr.impl.runtime
Methods in org.apache.felix.scr.impl.runtime with parameters of type ComponentManagerModifier and TypeMethodDescriptionprivate org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
ServiceComponentRuntimeImpl.managerToConfiguration
(ComponentManager<?> manager, org.osgi.service.component.runtime.dto.ComponentDescriptionDTO description)