Package | Description |
---|---|
org.apache.felix.scr.impl.manager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentManager<S>
The default ComponentManager.
|
class |
ComponentFactoryImpl<S>
The
ComponentFactoryImpl extends the AbstractComponentManager
class to implement the component factory functionality. |
class |
PrototypeServiceFactoryComponentManager<S> |
class |
ServiceFactoryComponentManager<S>
The
ServiceFactoryComponentManager for components specified with <service serviceFactory='true'/>
in the xml metadata. |
class |
SingleComponentManager<S>
The default ComponentManager.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ComponentManager<?>> |
ComponentHolder.getComponents()
Returns all
Component instances held by this holder. |
List<? extends ComponentManager<?>> |
ConfigurableComponentHolder.getComponents() |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.