Uses of Class
org.apache.felix.scr.impl.inject.MethodResult
-
Packages that use MethodResult Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.field org.apache.felix.scr.impl.inject.methods org.apache.felix.scr.impl.manager -
-
Uses of MethodResult in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as MethodResult Modifier and Type Field Description static MethodResult
MethodResult. REACTIVATE
Predefined instance indicating to reactivate the component.static MethodResult
MethodResult. VOID
Predefined instance indicating a successful call to a void method.Methods in org.apache.felix.scr.impl.inject that return MethodResult Modifier and Type Method Description MethodResult
LifecycleMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)
<S,T>
MethodResultReferenceMethod. invoke(Object componentInstance, BindParameters parameters, MethodResult methodCallFailureResult)
Invoke the reference method and bind/unbind/update the reference.Methods in org.apache.felix.scr.impl.inject with parameters of type MethodResult Modifier and Type Method Description MethodResult
LifecycleMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)
<S,T>
MethodResultReferenceMethod. invoke(Object componentInstance, BindParameters parameters, MethodResult methodCallFailureResult)
Invoke the reference method and bind/unbind/update the reference. -
Uses of MethodResult in org.apache.felix.scr.impl.inject.field
Methods in org.apache.felix.scr.impl.inject.field that return MethodResult Modifier and Type Method Description <S,T>
MethodResultFieldHandler.ReferenceMethodImpl. invoke(Object componentInstance, BindParameters rawParameter, MethodResult methodCallFailureResult)
Methods in org.apache.felix.scr.impl.inject.field with parameters of type MethodResult Modifier and Type Method Description <S,T>
MethodResultFieldHandler.ReferenceMethodImpl. invoke(Object componentInstance, BindParameters rawParameter, MethodResult methodCallFailureResult)
-
Uses of MethodResult in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods that return MethodResult Modifier and Type Method Description MethodResult
ActivateMethod. invoke(Object componentInstance, ActivatorParameter rawParameter, MethodResult methodCallFailureResult)
MethodResult
ActivateMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)
MethodResult
BaseMethod. invoke(Object componentInstance, P rawParameter, MethodResult methodCallFailureResult)
Calls the declared method on the given component with the provided method call arguments.Methods in org.apache.felix.scr.impl.inject.methods with parameters of type MethodResult Modifier and Type Method Description MethodResult
ActivateMethod. invoke(Object componentInstance, ActivatorParameter rawParameter, MethodResult methodCallFailureResult)
MethodResult
ActivateMethod. invoke(Object componentInstance, ComponentContextImpl<?> componentContext, int reason, MethodResult methodCallFailureResult)
MethodResult
BaseMethod. invoke(Object componentInstance, P rawParameter, MethodResult methodCallFailureResult)
Calls the declared method on the given component with the provided method call arguments. -
Uses of MethodResult in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return MethodResult Modifier and Type Method Description protected MethodResult
ServiceFactoryComponentManager. invokeModifiedMethod()
protected MethodResult
SingleComponentManager. invokeModifiedMethod()
Methods in org.apache.felix.scr.impl.manager with parameters of type MethodResult Modifier and Type Method Description void
AbstractComponentManager. setServiceProperties(MethodResult methodResult, Integer trackingCount)
-