Uses of Class
org.apache.felix.scr.impl.manager.ComponentContextImpl
-
Packages that use ComponentContextImpl Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.methods org.apache.felix.scr.impl.manager -
-
Uses of ComponentContextImpl in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that return ComponentContextImpl Modifier and Type Method Description ComponentContextImpl<?>
BaseParameter. getComponentContext()
Methods in org.apache.felix.scr.impl.inject with parameters of type ComponentContextImpl Modifier and Type Method Description static Object
ValueUtils. getValue(String componentType, ValueUtils.ValueType type, Class<?> targetType, ComponentContextImpl componentContext, RefPair<?,?> refPair)
Get the value for the value typeMethodResult
LifecycleMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)
<T> S
ComponentConstructor. newInstance(ComponentContextImpl<S> componentContext, Map<ReferenceMetadata,DependencyManager.OpenStatus<S,?>> parameterMap)
Create a new instanceConstructors in org.apache.felix.scr.impl.inject with parameters of type ComponentContextImpl Constructor Description ActivatorParameter(ComponentContextImpl<?> componentContext, int reason)
BaseParameter(ComponentContextImpl<?> componentContext)
BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
-
Uses of ComponentContextImpl in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods with parameters of type ComponentContextImpl Modifier and Type Method Description MethodResult
ActivateMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)
-
Uses of ComponentContextImpl in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return types with arguments of type ComponentContextImpl Modifier and Type Method Description protected abstract Collection<Map.Entry<ComponentContextImpl<S>,T>>
AbstractPrototypeRefPair. clearEntries()
protected Collection<Map.Entry<ComponentContextImpl<S>,T>>
MultiplePrototypeRefPair. clearEntries()
protected Collection<Map.Entry<ComponentContextImpl<S>,T>>
SinglePrototypeRefPair. clearEntries()
Methods in org.apache.felix.scr.impl.manager with parameters of type ComponentContextImpl Modifier and Type Method Description protected 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)
abstract T
AbstractPrototypeRefPair. getServiceObject(ComponentContextImpl<S> key)
boolean
AbstractPrototypeRefPair. getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context)
T
MultiplePrototypeRefPair. getServiceObject(ComponentContextImpl<S> key)
abstract T
RefPair. getServiceObject(ComponentContextImpl<S> key)
abstract boolean
RefPair. getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context)
T
SinglePrototypeRefPair. getServiceObject(ComponentContextImpl<S> key)
T
SingleRefPair. getServiceObject(ComponentContextImpl<S> key)
boolean
SingleRefPair. getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context)
void
SingleComponentManager.SetImplementationObject. presetComponentContext(ComponentContextImpl<S> componentContext)
Presets the implementation object.protected abstract T
AbstractPrototypeRefPair. remove(ComponentContextImpl<S> key)
protected T
MultiplePrototypeRefPair. remove(ComponentContextImpl<S> key)
protected T
SinglePrototypeRefPair. remove(ComponentContextImpl<S> key)
abstract boolean
AbstractPrototypeRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)
boolean
MultiplePrototypeRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)
abstract boolean
RefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)
boolean
SinglePrototypeRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)
boolean
SingleRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)
T
AbstractPrototypeRefPair. ungetServiceObject(ComponentContextImpl<S> key)
abstract T
RefPair. ungetServiceObject(ComponentContextImpl<S> key)
T
SingleRefPair. ungetServiceObject(ComponentContextImpl<S> key)
-