Uses of Class
org.apache.felix.scr.impl.ComponentActorThread
-
Packages that use ComponentActorThread Package Description org.apache.felix.scr.impl -
-
Uses of ComponentActorThread in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ComponentActorThread Modifier and Type Field Description private ComponentActorThread
Activator. m_componentActor
private ComponentActorThread
BundleComponentActivator. m_componentActor
Methods in org.apache.felix.scr.impl with parameters of type ComponentActorThread Modifier and Type Method Description <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 ComponentActorThread Constructor Description BundleComponentActivator(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration)
Called upon starting of the bundle.
-