Package | Description |
---|---|
org.apache.felix.scr.impl.inject | |
org.apache.felix.scr.impl.manager |
Modifier and Type | Method and Description |
---|---|
<T> S |
ComponentConstructor.newInstance(ComponentContextImpl<S> componentContext,
java.util.Map<ReferenceMetadata,DependencyManager.OpenStatus<S,?>> parameterMap)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
(package private) DependencyManager.OpenStatus<S,T> |
DependencyManager.open(ComponentContextImpl<S> componentContext,
EdgeInfo edgeInfo)
initializes a dependency.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
DependencyManager.bind(ComponentContextImpl<S> componentContext,
DependencyManager.OpenStatus<S,T> status) |
(package private) boolean |
DependencyManager.bindDependency(ComponentContextImpl<S> componentContext,
ReferenceMethod bindMethod,
DependencyManager.OpenStatus<S,T> status) |