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 ObjectValueUtils. getValue(String componentType, ValueUtils.ValueType type, Class<?> targetType, ComponentContextImpl componentContext, RefPair<?,?> refPair)Get the value for the value typeMethodResultLifecycleMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)<T> SComponentConstructor. 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 MethodResultActivateMethod. 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 booleanAbstractComponentManager. collectDependencies(ComponentContextImpl<S> componentContext)Collect and store in m_dependencies_map all the services for dependencies, outside of any locks.protected booleanComponentFactoryImpl. collectDependencies(ComponentContextImpl<S> componentContext)protected SSingleComponentManager. createImplementationObject(org.osgi.framework.Bundle usingBundle, SingleComponentManager.SetImplementationObject<S> setter, ComponentContextImpl<S> componentContext)protected voidSingleComponentManager. disposeImplementationObject(ComponentContextImpl<S> componentContext, int reason)abstract TAbstractPrototypeRefPair. getServiceObject(ComponentContextImpl<S> key)booleanAbstractPrototypeRefPair. getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context)TMultiplePrototypeRefPair. getServiceObject(ComponentContextImpl<S> key)abstract TRefPair. getServiceObject(ComponentContextImpl<S> key)abstract booleanRefPair. getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context)TSinglePrototypeRefPair. getServiceObject(ComponentContextImpl<S> key)TSingleRefPair. getServiceObject(ComponentContextImpl<S> key)booleanSingleRefPair. getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context)voidSingleComponentManager.SetImplementationObject. presetComponentContext(ComponentContextImpl<S> componentContext)Presets the implementation object.protected abstract TAbstractPrototypeRefPair. remove(ComponentContextImpl<S> key)protected TMultiplePrototypeRefPair. remove(ComponentContextImpl<S> key)protected TSinglePrototypeRefPair. remove(ComponentContextImpl<S> key)abstract booleanAbstractPrototypeRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)booleanMultiplePrototypeRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)abstract booleanRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)booleanSinglePrototypeRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)booleanSingleRefPair. setServiceObject(ComponentContextImpl<S> key, T serviceObject)TAbstractPrototypeRefPair. ungetServiceObject(ComponentContextImpl<S> key)abstract TRefPair. ungetServiceObject(ComponentContextImpl<S> key)TSingleRefPair. ungetServiceObject(ComponentContextImpl<S> key)
-