Uses of Class
org.apache.felix.scr.impl.inject.BindParameters
Packages that use BindParameters
Package
Description
-
Uses of BindParameters in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject with parameters of type BindParametersModifier and TypeMethodDescription<S,T> boolean ReferenceMethod.getServiceObject(BindParameters parameters, org.osgi.framework.BundleContext context) <S,T> MethodResult ReferenceMethod.invoke(Object componentInstance, BindParameters parameters, MethodResult methodCallFailureResult) Invoke the reference method and bind/unbind/update the reference. -
Uses of BindParameters in org.apache.felix.scr.impl.inject.field
Methods in org.apache.felix.scr.impl.inject.field with parameters of type BindParametersModifier and TypeMethodDescription<S,T> boolean FieldHandler.ReferenceMethodImpl.getServiceObject(BindParameters rawParameter, org.osgi.framework.BundleContext context) <S,T> MethodResult FieldHandler.ReferenceMethodImpl.invoke(Object componentInstance, BindParameters rawParameter, MethodResult methodCallFailureResult) -
Uses of BindParameters in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods with parameters of type BindParametersModifier and TypeMethodDescriptionprotected Object[]BindMethod.getParameters(Method method, BindParameters bp) <S,T> boolean BindMethod.getServiceObject(BindParameters parameters, org.osgi.framework.BundleContext context)