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.implClassDescriptionThe default ComponentManager.The
ComponentHolder
interface provides the API for supporting component instances configured through either singleton configurations (or no configuration at all) and factory configurations.TheConfigurableComponentHolder
class is aComponentHolder
for automatically configured components instances that may or may not be configured through Config Admin.TheDependencyManager
manages the references to services declared by a single<reference>invalid input: '<'/code element in component descriptor.
TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle. -
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.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.TheConfigurableComponentHolder
class is aComponentHolder
for automatically configured components instances that may or may not be configured through Config Admin.TheDependencyManager
manages the references to services declared by a single<reference>invalid input: '<'/code element in component descriptor.
EdgeInfo holds information about the service event tracking counts for creating (open) and disposing (close) implementation object instances per dependency manager.TheScrConfiguration
class conveys configuration for the Felix DS implementation bundle.TheServiceFactoryComponentManager
for components specified with <service serviceFactory='true'/> in the xml metadata.changes from osgi service tracker: - included AbstractTracked as an inner class.Abstract class to track items.Inner class which subclasses AbstractTracked.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. -
Classes in org.apache.felix.scr.impl.manager used by org.apache.felix.scr.impl.runtimeClassDescriptionThe
ComponentHolder
interface provides the API for supporting component instances configured through either singleton configurations (or no configuration at all) and factory configurations.