Uses of Interface
org.apache.felix.scr.impl.manager.ScrConfiguration
Packages that use ScrConfiguration
Package
Description
-
Uses of ScrConfiguration in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ScrConfigurationModifier and TypeFieldDescriptionprivate final ScrConfiguration
BundleComponentActivator.m_configuration
private final ScrConfiguration
ComponentRegistry.m_configuration
private final ScrConfiguration
ComponentCommands.scrConfig
Methods in org.apache.felix.scr.impl that return ScrConfigurationConstructors in org.apache.felix.scr.impl with parameters of type ScrConfigurationModifierConstructorDescriptionBundleComponentActivator
(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration) Called upon starting of the bundle.protected
ComponentCommands
(org.osgi.framework.BundleContext context, org.osgi.service.component.runtime.ServiceComponentRuntime scr, ScrConfiguration scrConfig) ComponentRegistry
(ScrConfiguration scrConfiguration, ScrLogger logger) -
Uses of ScrConfiguration in org.apache.felix.scr.impl.config
Classes in org.apache.felix.scr.impl.config that implement ScrConfigurationModifier and TypeClassDescriptionclass
TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle.Fields in org.apache.felix.scr.impl.config declared as ScrConfigurationModifier and TypeFieldDescriptionprivate final ScrConfiguration
ScrMetaTypeProvider.configuration
private final ScrConfiguration
ScrMetaTypeProviderServiceFactory.scrConfiguration
Constructors in org.apache.felix.scr.impl.config with parameters of type ScrConfigurationModifierConstructorDescriptionScrMetaTypeProvider
(ScrConfiguration scrConfiguration) ScrMetaTypeProviderServiceFactory
(ScrConfiguration scrConfiguration) -
Uses of ScrConfiguration in org.apache.felix.scr.impl.logger
Fields in org.apache.felix.scr.impl.logger declared as ScrConfigurationMethods in org.apache.felix.scr.impl.logger that return ScrConfigurationModifier and TypeMethodDescription(package private) ScrConfiguration
AbstractLogger.getConfiguration()
Constructors in org.apache.felix.scr.impl.logger with parameters of type ScrConfigurationModifierConstructorDescription(package private)
AbstractLogger
(ScrConfiguration config, String prefix) LogServiceEnabledLogger
(ScrConfiguration config, org.osgi.framework.BundleContext bundleContext) ScrLogger
(ScrConfiguration config, org.osgi.framework.BundleContext bundleContext) -
Uses of ScrConfiguration in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return ScrConfiguration