Uses of Package
org.apache.felix.scr.impl.manager
Packages that use org.apache.felix.scr.impl.manager
Package
Description
-
Classes in org.apache.felix.scr.impl.manager used by org.apache.felix.scr.impl.configClassDescriptionThe
ScrConfiguration
class conveys configuration for the Felix DS implementation bundle. -
Classes in org.apache.felix.scr.impl.manager used by org.apache.felix.scr.impl.helper
-
Classes in org.apache.felix.scr.impl.manager used by org.apache.felix.scr.impl.loggerClassDescriptionThe
ScrConfiguration
class conveys configuration for the Felix DS implementation bundle. -
Classes in org.apache.felix.scr.impl.manager used by org.apache.felix.scr.impl.managerClassDescriptionThe default ComponentManager.Implementation for the ComponentContext interfaceThe
ComponentHolder
interface provides the API for supporting component instances configured through either singleton configurations (or no configuration at all) and factory configurations.TheDependencyManager
manages the references to services declared by a single<reference></code element in component descriptor.
TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle.TheServiceFactoryComponentManager
for components specified with <service serviceFactory='true'/> in the xml metadata.TheServiceTrackerCustomizer
interface allows aServiceTracker
to customize the service objects that are tracked.The default ComponentManager.TheSetImplementationObject
interface provides an API for component managers to setup the implementation object and potentially other parts as part of theSingleComponentManager.createImplementationObject(org.osgi.framework.Bundle, org.apache.felix.scr.impl.manager.SingleComponentManager.SetImplementationObject<S>, org.apache.felix.scr.impl.manager.ComponentContextImpl<S>)
method processing.