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 TypeMethodDescriptionprivate Collection<Object> FieldHandler.getReplaceCollection(BindParameters bp) <S,T> boolean FieldHandler.ReferenceMethodImpl.getServiceObject(BindParameters rawParameter, org.osgi.framework.BundleContext context) FieldHandler.NotFound.invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters rawParameter) FieldHandler.NotResolved.invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters rawParameter) <S,T> MethodResult FieldHandler.ReferenceMethodImpl.invoke(Object componentInstance, BindParameters rawParameter, MethodResult methodCallFailureResult) FieldHandler.Resolved.invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters rawParameter) FieldHandler.State.invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters rawParameter) private MethodResultFieldHandler.updateField(FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters bp) -
Uses of BindParameters in org.apache.felix.scr.impl.inject.internal
Methods in org.apache.felix.scr.impl.inject.internal with parameters of type BindParametersModifier and TypeMethodDescription<S,T> boolean DuplexReferenceMethods.DuplexReferenceMethod.getServiceObject(BindParameters parameters, org.osgi.framework.BundleContext context) DuplexReferenceMethods.DuplexReferenceMethod.invoke(Object componentInstance, BindParameters parameters, MethodResult methodCallFailureResult) -
Uses of BindParameters in org.apache.felix.scr.impl.inject.methods
Subclasses with type arguments of type BindParameters in org.apache.felix.scr.impl.inject.methodsModifier and TypeClassDescriptionclassComponent method to be invoked on service (un)binding.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)