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 TypeClassDescriptionclassTheComponentFactoryImplextends theAbstractComponentManagerclass to implement the component factory functionality.classTheConfigurableComponentHolderclass is aComponentHolderfor 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_containerConstructors in org.apache.felix.scr.impl.manager with parameters of type ComponentContainerModifierConstructorDescriptionprotectedAbstractComponentManager(ComponentContainer<S> container, ComponentMethods<S> componentMethods) The constructor receives both the container and the methods.protectedAbstractComponentManager(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)