Uses of Class
org.apache.felix.scr.impl.manager.DependencyManager.OpenStatus
Packages that use DependencyManager.OpenStatus
-
Uses of DependencyManager.OpenStatus in org.apache.felix.scr.impl.inject
Method parameters in org.apache.felix.scr.impl.inject with type arguments of type DependencyManager.OpenStatusModifier and TypeMethodDescription<T> S
ComponentConstructor.newInstance
(ComponentContextImpl<S> componentContext, Map<ReferenceMetadata, DependencyManager.OpenStatus<S, ?>> parameterMap) Create a new instance -
Uses of DependencyManager.OpenStatus in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return DependencyManager.OpenStatusModifier and TypeMethodDescription(package private) DependencyManager.OpenStatus
<S, T> DependencyManager.open
(ComponentContextImpl<S> componentContext, EdgeInfo edgeInfo) initializes a dependency.Methods in org.apache.felix.scr.impl.manager with parameters of type DependencyManager.OpenStatusModifier and TypeMethodDescription(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)