Package | Description |
---|---|
org.apache.felix.scr.impl |
Modifier and Type | Field and Description |
---|---|
private ComponentActorThread |
Activator.m_componentActor |
private ComponentActorThread |
BundleComponentActivator.m_componentActor |
Modifier and Type | Method and Description |
---|---|
<T> void |
ComponentRegistry.missingServicePresent(org.osgi.framework.ServiceReference<T> serviceReference,
ComponentActorThread actor)
Schedule late binding of now-available reference on a different thread.
|
Constructor and Description |
---|
BundleComponentActivator(ScrLogger scrLogger,
ComponentRegistry componentRegistry,
ComponentActorThread componentActor,
org.osgi.framework.BundleContext context,
ScrConfiguration configuration)
Called upon starting of the bundle.
|