Uses of Interface
org.apache.felix.scr.impl.inject.ScrComponentContext
-
Packages that use ScrComponentContext Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.internal org.apache.felix.scr.impl.inject.methods org.apache.felix.scr.impl.manager -
-
Uses of ScrComponentContext in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ScrComponentContext Modifier and Type Field Description private ScrComponentContextBaseParameter. m_componentContextMethods in org.apache.felix.scr.impl.inject that return ScrComponentContext Modifier and Type Method Description ScrComponentContextBaseParameter. getComponentContext()Methods in org.apache.felix.scr.impl.inject with parameters of type ScrComponentContext Modifier and Type Method Description private static java.lang.ObjectValueUtils. getLogger(java.lang.String componentType, java.lang.Class<?> targetType, ScrComponentContext componentContext, RefPair<?,?> refPair)abstract TRefPair. getServiceObject(ScrComponentContext key)abstract booleanRefPair. getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context)static java.lang.ObjectValueUtils. getValue(java.lang.String componentType, ValueUtils.ValueType type, java.lang.Class<?> targetType, ScrComponentContext componentContext, RefPair<?,?> refPair)Get the value for the value typeMethodResultLifecycleMethod. invoke(java.lang.Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult)<T> SComponentConstructor. newInstance(ScrComponentContext componentContext, java.util.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 ScrComponentContext Constructor Description ActivatorParameter(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 ScrComponentContext Modifier and Type Method Description <T> SComponentConstructorImpl. newInstance(ScrComponentContext componentContext, java.util.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 ScrComponentContext Modifier and Type Method Description MethodResultActivateMethod. invoke(java.lang.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 ScrComponentContext Modifier and Type Class Description classComponentContextImpl<S>Implementation for the ComponentContext interfaceFields in org.apache.felix.scr.impl.manager with type parameters of type ScrComponentContext Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<java.util.AbstractMap.SimpleImmutableEntry<ScrComponentContext,T>>SinglePrototypeRefPair. instanceprivate java.util.concurrent.ConcurrentMap<ScrComponentContext,T>MultiplePrototypeRefPair. instancesMethods in org.apache.felix.scr.impl.manager that return types with arguments of type ScrComponentContext Modifier and Type Method Description protected abstract java.util.Collection<java.util.Map.Entry<ScrComponentContext,T>>AbstractPrototypeRefPair. clearEntries()protected java.util.Collection<java.util.Map.Entry<ScrComponentContext,T>>MultiplePrototypeRefPair. clearEntries()protected java.util.Collection<java.util.Map.Entry<ScrComponentContext,T>>SinglePrototypeRefPair. clearEntries()Methods in org.apache.felix.scr.impl.manager with parameters of type ScrComponentContext Modifier and Type Method Description private voidAbstractPrototypeRefPair. doUngetService(ScrComponentContext key, T service)abstract TAbstractPrototypeRefPair. getServiceObject(ScrComponentContext key)booleanAbstractPrototypeRefPair. getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context)TMultiplePrototypeRefPair. getServiceObject(ScrComponentContext key)TSinglePrototypeRefPair. getServiceObject(ScrComponentContext key)TSingleRefPair. getServiceObject(ScrComponentContext key)booleanSingleRefPair. getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context)private TSinglePrototypeRefPair. internalGetServiceObject(ScrComponentContext key, boolean remove)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)TAbstractPrototypeRefPair. ungetServiceObject(ScrComponentContext key)TSingleRefPair. ungetServiceObject(ScrComponentContext key)
-