Package | Description |
---|---|
org.apache.felix.scr.impl.manager |
Modifier and Type | Field and Description |
---|---|
private EdgeInfo[] |
ComponentContextImpl.edgeInfos |
Modifier and Type | Method and Description |
---|---|
(package private) EdgeInfo |
ComponentContextImpl.getEdgeInfo(DependencyManager<S,?> dm) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DependencyManager.close(ComponentContextImpl<S> componentContext,
EdgeInfo edgeInfo)
Revoke the given bindings.
|
(package private) boolean |
DependencyManager.invokeBindMethod(ComponentContextImpl<S> componentContext,
RefPair<S,T> refPair,
int trackingCount,
EdgeInfo info)
Calls the bind method.
|
(package private) void |
DependencyManager.invokeUnbindMethod(ComponentContextImpl<S> componentContext,
RefPair<S,T> refPair,
int trackingCount,
EdgeInfo info)
Calls the unbind method.
|
(package private) boolean |
DependencyManager.invokeUpdatedMethod(ComponentContextImpl<S> componentContext,
RefPair<S,T> refPair,
int trackingCount,
EdgeInfo info)
Calls the updated method.
|
(package private) DependencyManager.OpenStatus<S,T> |
DependencyManager.open(ComponentContextImpl<S> componentContext,
EdgeInfo edgeInfo)
initializes a dependency.
|