Uses of Interface
org.apache.felix.scr.impl.manager.ScrConfiguration
-
Packages that use ScrConfiguration Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.config org.apache.felix.scr.impl.manager -
-
Uses of ScrConfiguration in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ScrConfiguration Modifier and Type Field Description private ScrConfiguration
BundleComponentActivator. m_configuration
private ScrConfiguration
ComponentRegistry. m_configuration
private ScrConfiguration
ComponentCommands. scrConfig
Methods in org.apache.felix.scr.impl that return ScrConfiguration Modifier and Type Method Description ScrConfiguration
BundleComponentActivator. getConfiguration()
Constructors in org.apache.felix.scr.impl with parameters of type ScrConfiguration Constructor Description BundleComponentActivator(ScrLogger scrLogger, ComponentRegistry componentRegistry, ComponentActorThread componentActor, org.osgi.framework.BundleContext context, ScrConfiguration configuration, java.util.List<ComponentMetadata> cachedComponentMetadata)
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)
-
Uses of ScrConfiguration in org.apache.felix.scr.impl.config
Classes in org.apache.felix.scr.impl.config that implement ScrConfiguration Modifier and Type Class Description class
ScrConfigurationImpl
TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle.Fields in org.apache.felix.scr.impl.config declared as ScrConfiguration Modifier and Type Field Description private ScrConfiguration
ScrMetaTypeProvider. configuration
private ScrConfiguration
ScrMetaTypeProviderServiceFactory. scrConfiguration
Constructors in org.apache.felix.scr.impl.config with parameters of type ScrConfiguration Constructor Description ScrMetaTypeProvider(ScrConfiguration scrConfiguration)
ScrMetaTypeProviderServiceFactory(ScrConfiguration scrConfiguration)
-
Uses of ScrConfiguration in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return ScrConfiguration Modifier and Type Method Description ScrConfiguration
ComponentActivator. getConfiguration()
-