Uses of Interface
org.apache.felix.scr.impl.inject.ScrComponentContext
Packages that use ScrComponentContext
Package
Description
-
Uses of ScrComponentContext in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that return ScrComponentContextMethods in org.apache.felix.scr.impl.inject with parameters of type ScrComponentContextModifier and TypeMethodDescriptionabstract T
RefPair.getServiceObject
(ScrComponentContext key) abstract boolean
RefPair.getServiceObject
(ScrComponentContext key, org.osgi.framework.BundleContext context) static Object
ValueUtils.getValue
(String componentType, ValueUtils.ValueType type, Class<?> targetType, ScrComponentContext componentContext, RefPair<?, ?> refPair) Get the value for the value typeLifecycleMethod.invoke
(Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult) <T> S
ComponentConstructor.newInstance
(ScrComponentContext componentContext, Map<ReferenceMetadata, OpenStatus<S, ?>> parameterMap) Create a new instanceabstract boolean
RefPair.setServiceObject
(ScrComponentContext key, T serviceObject) abstract T
RefPair.ungetServiceObject
(ScrComponentContext key) Constructors in org.apache.felix.scr.impl.inject with parameters of type ScrComponentContextModifierConstructorDescriptionActivatorParameter
(ScrComponentContext componentContext, int reason) BaseParameter
(ScrComponentContext componentContext) BindParameters
(ScrComponentContext componentContext, RefPair<?, ?> refPair) -
Uses of ScrComponentContext in org.apache.felix.scr.impl.inject.internal
Methods in org.apache.felix.scr.impl.inject.internal with parameters of type ScrComponentContextModifier and TypeMethodDescription<T> S
ComponentConstructorImpl.newInstance
(ScrComponentContext componentContext, Map<ReferenceMetadata, OpenStatus<S, ?>> parameterMap) Create a new instance -
Uses of ScrComponentContext in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods with parameters of type ScrComponentContextModifier and TypeMethodDescriptionActivateMethod.invoke
(Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult) -
Uses of ScrComponentContext in org.apache.felix.scr.impl.manager
Classes in org.apache.felix.scr.impl.manager that implement ScrComponentContextModifier and TypeClassDescriptionclass
Implementation for the ComponentContext interfaceMethods in org.apache.felix.scr.impl.manager that return types with arguments of type ScrComponentContextModifier and TypeMethodDescriptionprotected abstract Collection<Map.Entry<ScrComponentContext,
T>> AbstractPrototypeRefPair.clearEntries()
protected Collection<Map.Entry<ScrComponentContext,
T>> MultiplePrototypeRefPair.clearEntries()
protected Collection<Map.Entry<ScrComponentContext,
T>> SinglePrototypeRefPair.clearEntries()
Methods in org.apache.felix.scr.impl.manager with parameters of type ScrComponentContextModifier and TypeMethodDescriptionabstract T
AbstractPrototypeRefPair.getServiceObject
(ScrComponentContext key) final boolean
AbstractPrototypeRefPair.getServiceObject
(ScrComponentContext key, org.osgi.framework.BundleContext context) MultiplePrototypeRefPair.getServiceObject
(ScrComponentContext key) SinglePrototypeRefPair.getServiceObject
(ScrComponentContext key) SingleRefPair.getServiceObject
(ScrComponentContext key) boolean
SingleRefPair.getServiceObject
(ScrComponentContext key, org.osgi.framework.BundleContext context) protected abstract T
AbstractPrototypeRefPair.remove
(ScrComponentContext key) protected T
MultiplePrototypeRefPair.remove
(ScrComponentContext key) protected T
SinglePrototypeRefPair.remove
(ScrComponentContext key) abstract boolean
AbstractPrototypeRefPair.setServiceObject
(ScrComponentContext key, T serviceObject) boolean
MultiplePrototypeRefPair.setServiceObject
(ScrComponentContext key, T serviceObject) boolean
SinglePrototypeRefPair.setServiceObject
(ScrComponentContext key, T serviceObject) boolean
SingleRefPair.setServiceObject
(ScrComponentContext key, T serviceObject) final T
AbstractPrototypeRefPair.ungetServiceObject
(ScrComponentContext key) SingleRefPair.ungetServiceObject
(ScrComponentContext key)