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 ComponentRegistry
Activator. m_componentRegistry
private ComponentRegistry
BundleComponentActivator. m_componentRegistry
Constructors 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 ComponentRegistry
ServiceComponentRuntimeImpl. componentRegistry
Constructors in org.apache.felix.scr.impl.runtime with parameters of type ComponentRegistry Constructor Description ServiceComponentRuntimeImpl(org.osgi.framework.BundleContext context, ComponentRegistry componentRegistry)
-