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 TRefPair.getServiceObject(ScrComponentContext key) abstract booleanRefPair.getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context) static ObjectValueUtils.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> SComponentConstructor.newInstance(ScrComponentContext componentContext, Map<ReferenceMetadata, OpenStatus<S, ?>> parameterMap) Create a new instanceabstract booleanRefPair.setServiceObject(ScrComponentContext key, T serviceObject) abstract TRefPair.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> SComponentConstructorImpl.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 TypeClassDescriptionclassImplementation 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 TAbstractPrototypeRefPair.getServiceObject(ScrComponentContext key) final booleanAbstractPrototypeRefPair.getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context) MultiplePrototypeRefPair.getServiceObject(ScrComponentContext key) SinglePrototypeRefPair.getServiceObject(ScrComponentContext key) SingleRefPair.getServiceObject(ScrComponentContext key) booleanSingleRefPair.getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context) protected abstract TAbstractPrototypeRefPair.remove(ScrComponentContext key) protected TMultiplePrototypeRefPair.remove(ScrComponentContext key) protected TSinglePrototypeRefPair.remove(ScrComponentContext key) abstract booleanAbstractPrototypeRefPair.setServiceObject(ScrComponentContext key, T serviceObject) booleanMultiplePrototypeRefPair.setServiceObject(ScrComponentContext key, T serviceObject) booleanSinglePrototypeRefPair.setServiceObject(ScrComponentContext key, T serviceObject) booleanSingleRefPair.setServiceObject(ScrComponentContext key, T serviceObject) final TAbstractPrototypeRefPair.ungetServiceObject(ScrComponentContext key) SingleRefPair.ungetServiceObject(ScrComponentContext key)