Uses of Class
org.apache.felix.scr.impl.ComponentRegistry
-
Packages that use ComponentRegistry Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.runtime -
-
Uses of ComponentRegistry in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ComponentRegistry Modifier and Type Field Description private ComponentRegistryActivator. m_componentRegistryprivate ComponentRegistryBundleComponentActivator. m_componentRegistryConstructors in org.apache.felix.scr.impl with parameters of type ComponentRegistry Constructor Description BundleComponentActivator(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration, java.util.List<ComponentMetadata> cachedComponentMetadata)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 ComponentRegistry Modifier and Type Field Description private ComponentRegistryServiceComponentRuntimeImpl. componentRegistryConstructors in org.apache.felix.scr.impl.runtime with parameters of type ComponentRegistry Constructor Description ServiceComponentRuntimeImpl(org.osgi.framework.BundleContext context, ComponentRegistry componentRegistry)
-