Uses of Interface
org.apache.felix.scr.impl.manager.ReferenceManager
Packages that use ReferenceManager
-
Uses of ReferenceManager in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ReferenceManagerModifier and TypeClassDescriptionclass
DependencyManager<S,
T> TheDependencyManager
manages the references to services declared by a single<reference></code element in component descriptor.
Methods in org.apache.felix.scr.impl.manager that return types with arguments of type ReferenceManagerModifier and TypeMethodDescriptionList<? extends ReferenceManager<S,
?>> AbstractComponentManager.getReferenceManagers()
List<? extends ReferenceManager<S,
?>> ComponentManager.getReferenceManagers()
-
Uses of ReferenceManager in org.apache.felix.scr.impl.runtime
Method parameters in org.apache.felix.scr.impl.runtime with type arguments of type ReferenceManagerModifier and TypeMethodDescriptionprivate org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO[]
ServiceComponentRuntimeImpl.satisfiedRefManagersToDTO
(List<? extends ReferenceManager<?, ?>> referenceManagers) private org.osgi.service.component.runtime.dto.UnsatisfiedReferenceDTO[]
ServiceComponentRuntimeImpl.unsatisfiedRefManagersToDTO
(List<? extends ReferenceManager<?, ?>> referenceManagers)