Package | Description |
---|---|
org.apache.felix.scr.impl.manager | |
org.apache.felix.scr.impl.runtime |
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 |
---|---|
java.util.List<? extends ComponentManager<?>> |
ConfigurableComponentHolder.getComponents() |
java.util.List<? extends ComponentManager<?>> |
ComponentHolder.getComponents()
Returns all
Component instances held by this holder. |
Modifier and Type | Method and Description |
---|---|
private org.osgi.service.component.runtime.dto.ComponentConfigurationDTO |
ServiceComponentRuntimeImpl.managerToConfiguration(ComponentManager<?> manager,
org.osgi.service.component.runtime.dto.ComponentDescriptionDTO description) |