Uses of Interface
org.apache.felix.scr.impl.manager.ComponentContainer
-
Packages that use ComponentContainer Package Description org.apache.felix.scr.impl.manager -
-
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 class
ComponentFactoryImpl<S>
TheComponentFactoryImpl
extends theAbstractComponentManager
class to implement the component factory functionality.class
ConfigurableComponentHolder<S>
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 ComponentContainer Modifier and Type Field Description protected ComponentContainer<S>
AbstractComponentManager. m_container
Constructors 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)
-