Uses of Interface
org.apache.felix.scr.impl.manager.ComponentContainer
Packages that use ComponentContainer
-
Uses of ComponentContainer in org.apache.felix.scr.impl
Classes in org.apache.felix.scr.impl that implement ComponentContainerModifier and TypeClassDescription(package private) static class
-
Uses of ComponentContainer in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ComponentContainerModifier and TypeClassDescriptionclass
TheComponentFactoryImpl
extends theAbstractComponentManager
class to implement the component factory functionality.class
TheConfigurableComponentHolder
class is aComponentHolder
for automatically configured components instances that may or may not be configured through Config Admin.Fields in org.apache.felix.scr.impl.manager declared as ComponentContainerModifier and TypeFieldDescriptionprotected final ComponentContainer
<S> AbstractComponentManager.m_container
Constructors in org.apache.felix.scr.impl.manager with parameters of type ComponentContainerModifierConstructorDescriptionprotected
AbstractComponentManager
(ComponentContainer<S> container, ComponentMethods<S> componentMethods) The constructor receives both the container and the methods.protected
AbstractComponentManager
(ComponentContainer<S> container, ComponentMethods<S> componentMethods, boolean factoryInstance) The constructor receives both the container and the methods.ComponentFactoryImpl
(ComponentContainer<S> container, ComponentMethods componentMethods) PrototypeServiceFactoryComponentManager
(ComponentContainer<S> container, ComponentMethods componentMethods) ServiceFactoryComponentManager
(ComponentContainer<S> container, ComponentMethods<S> componentMethods) SingleComponentManager
(ComponentContainer<S> container, ComponentMethods<S> componentMethods) The constructor receives both the activator and the metadataSingleComponentManager
(ComponentContainer<S> container, ComponentMethods<S> componentMethods, boolean factoryInstance)