Uses of Class
org.apache.felix.scr.impl.ComponentRegistry
Packages that use ComponentRegistry
-
Uses of ComponentRegistry in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ComponentRegistryModifier and TypeFieldDescriptionprivate ComponentRegistry
Activator.m_componentRegistry
private final ComponentRegistry
BundleComponentActivator.m_componentRegistry
Constructors in org.apache.felix.scr.impl with parameters of type ComponentRegistryModifierConstructorDescriptionBundleComponentActivator
(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration) Called upon starting of the bundle. -
Uses of ComponentRegistry in org.apache.felix.scr.impl.runtime
Fields in org.apache.felix.scr.impl.runtime declared as ComponentRegistryModifier and TypeFieldDescriptionprivate final ComponentRegistry
ServiceComponentRuntimeImpl.componentRegistry
Constructors in org.apache.felix.scr.impl.runtime with parameters of type ComponentRegistryModifierConstructorDescriptionServiceComponentRuntimeImpl
(org.osgi.framework.BundleContext context, ComponentRegistry componentRegistry)