Uses of Class
org.apache.felix.scr.impl.manager.ComponentContextImpl
Packages that use ComponentContextImpl
-
Uses of ComponentContextImpl in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager with parameters of type ComponentContextImplModifier and TypeMethodDescriptionprotected boolean
AbstractComponentManager.collectDependencies
(ComponentContextImpl<S> componentContext) Collect and store in m_dependencies_map all the services for dependencies, outside of any locks.protected boolean
ComponentFactoryImpl.collectDependencies
(ComponentContextImpl<S> componentContext) protected S
SingleComponentManager.createImplementationObject
(org.osgi.framework.Bundle usingBundle, SingleComponentManager.SetImplementationObject<S> setter, ComponentContextImpl<S> componentContext) protected void
SingleComponentManager.disposeImplementationObject
(ComponentContextImpl<S> componentContext, int reason) void
SingleComponentManager.SetImplementationObject.presetComponentContext
(ComponentContextImpl<S> componentContext) Presets the implementation object.