Package | Description |
---|---|
org.apache.felix.scr.impl.inject | |
org.apache.felix.scr.impl.manager |
Modifier and Type | Class and Description |
---|---|
class |
ComponentMethodsImpl<T> |
Modifier and Type | Method and Description |
---|---|
protected abstract ComponentMethods<S> |
ConfigurableComponentHolder.createComponentMethods() |
protected ComponentMethods<S> |
ConfigurableComponentHolder.getComponentMethods() |
Constructor and 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 metadata
|
SingleComponentManager(ComponentContainer<S> container,
ComponentMethods<S> componentMethods,
boolean factoryInstance) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.