Uses of Interface
org.apache.felix.scr.impl.manager.ComponentContainer
-
Packages that use ComponentContainer Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.manager -
-
Uses of ComponentContainer in org.apache.felix.scr.impl
Classes in org.apache.felix.scr.impl that implement ComponentContainer Modifier and Type Class Description (package private) static classComponentRegistry.DefaultConfigurableComponentHolder<S> -
Uses of ComponentContainer in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ComponentContainer Modifier and Type Class Description classComponentFactoryImpl<S>TheComponentFactoryImplextends theAbstractComponentManagerclass to implement the component factory functionality.classConfigurableComponentHolder<S>TheConfigurableComponentHolderclass 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 ComponentContainer Modifier and Type Field Description protected ComponentContainer<S>AbstractComponentManager. m_containerConstructors in org.apache.felix.scr.impl.manager with parameters of type ComponentContainer Constructor Description AbstractComponentManager(ComponentContainer<S> container, ComponentMethods<S> componentMethods)The constructor receives both the container and the methods.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)
-