Package | Description |
---|---|
org.apache.felix.scr.impl | |
org.apache.felix.scr.impl.config | |
org.apache.felix.scr.impl.logger | |
org.apache.felix.scr.impl.manager |
Modifier and Type | Field and Description |
---|---|
private ScrConfiguration |
ComponentRegistry.m_configuration |
private ScrConfiguration |
BundleComponentActivator.m_configuration |
private ScrConfiguration |
ComponentCommands.scrConfig |
Modifier and Type | Method and Description |
---|---|
ScrConfiguration |
BundleComponentActivator.getConfiguration() |
Constructor and Description |
---|
BundleComponentActivator(ScrLogger scrLogger,
ComponentRegistry componentRegistry,
ComponentActorThread componentActor,
org.osgi.framework.BundleContext context,
ScrConfiguration configuration)
Called upon starting of the bundle.
|
ComponentCommands(org.osgi.framework.BundleContext context,
org.osgi.service.component.runtime.ServiceComponentRuntime scr,
ScrConfiguration scrConfig) |
ComponentRegistry(ScrConfiguration scrConfiguration,
ScrLogger logger) |
Modifier and Type | Class and Description |
---|---|
class |
ScrConfigurationImpl
The
ScrConfiguration class conveys configuration for the
Felix DS implementation bundle. |
Modifier and Type | Field and Description |
---|---|
private ScrConfiguration |
ScrMetaTypeProvider.configuration |
private ScrConfiguration |
ScrMetaTypeProviderServiceFactory.scrConfiguration |
Constructor and Description |
---|
ScrMetaTypeProvider(ScrConfiguration scrConfiguration) |
ScrMetaTypeProviderServiceFactory(ScrConfiguration scrConfiguration) |
Modifier and Type | Field and Description |
---|---|
private ScrConfiguration |
AbstractLogger.config |
Modifier and Type | Method and Description |
---|---|
(package private) ScrConfiguration |
AbstractLogger.getConfiguration() |
Constructor and Description |
---|
AbstractLogger(ScrConfiguration config,
java.lang.String prefix) |
LogServiceEnabledLogger(ScrConfiguration config,
org.osgi.framework.BundleContext bundleContext) |
ScrLogger(ScrConfiguration config,
org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
ScrConfiguration |
ComponentActivator.getConfiguration() |