Uses of Class
org.apache.felix.scr.impl.ComponentActorThread
Packages that use ComponentActorThread
-
Uses of ComponentActorThread in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ComponentActorThreadModifier and TypeFieldDescriptionprivate ComponentActorThread
Activator.m_componentActor
private final ComponentActorThread
BundleComponentActivator.m_componentActor
Methods in org.apache.felix.scr.impl with parameters of type ComponentActorThreadModifier and TypeMethodDescription<T> void
ComponentRegistry.missingServicePresent
(org.osgi.framework.ServiceReference<T> serviceReference, ComponentActorThread actor) Schedule late binding of now-available reference on a different thread.Constructors in org.apache.felix.scr.impl with parameters of type ComponentActorThreadModifierConstructorDescriptionBundleComponentActivator
(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration) Called upon starting of the bundle.