Uses of Class
org.apache.felix.scr.impl.inject.MethodResult
Packages that use MethodResult
Package
Description
-
Uses of MethodResult in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as MethodResultModifier and TypeFieldDescriptionstatic final MethodResultMethodResult.REACTIVATEPredefined instance indicating to reactivate the component.static final MethodResultMethodResult.VOIDPredefined instance indicating a successful call to a void method.Methods in org.apache.felix.scr.impl.inject that return MethodResultModifier and TypeMethodDescriptionLifecycleMethod.invoke(Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult) <S,T> MethodResult ReferenceMethod.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 MethodResultModifier and TypeMethodDescriptionLifecycleMethod.invoke(Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult) <S,T> MethodResult ReferenceMethod.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 MethodResultModifier and TypeMethodDescriptionFieldHandler.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) Methods in org.apache.felix.scr.impl.inject.field with parameters of type MethodResultModifier and TypeMethodDescription<S,T> MethodResult FieldHandler.ReferenceMethodImpl.invoke(Object componentInstance, BindParameters rawParameter, MethodResult methodCallFailureResult) -
Uses of MethodResult in org.apache.felix.scr.impl.inject.internal
Methods in org.apache.felix.scr.impl.inject.internal that return MethodResultModifier and TypeMethodDescriptionDuplexReferenceMethods.DuplexReferenceMethod.invoke(Object componentInstance, BindParameters parameters, MethodResult methodCallFailureResult) Methods in org.apache.felix.scr.impl.inject.internal with parameters of type MethodResultModifier and TypeMethodDescriptionDuplexReferenceMethods.DuplexReferenceMethod.invoke(Object componentInstance, BindParameters parameters, MethodResult methodCallFailureResult) -
Uses of MethodResult in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods that return MethodResultModifier and TypeMethodDescriptionActivateMethod.invoke(Object componentInstance, ActivatorParameter rawParameter, MethodResult methodCallFailureResult) ActivateMethod.invoke(Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult) BaseMethod.invoke(Object componentInstance, P rawParameter, MethodResult methodCallFailureResult) Calls the declared method on the given component with the provided method call arguments.<P extends BaseParameter, T>
MethodResultBaseMethod.NotApplicable.invoke(BaseMethod<P, T> baseMethod, Object componentInstance, P rawParameter) <P extends BaseParameter, T>
MethodResultBaseMethod.NotFound.invoke(BaseMethod<P, T> baseMethod, Object componentInstance, P rawParameter) <P extends BaseParameter, T>
MethodResultBaseMethod.NotResolved.invoke(BaseMethod<P, T> baseMethod, Object componentInstance, P rawParameter) <P extends BaseParameter, T>
MethodResultBaseMethod.Resolved.invoke(BaseMethod<P, T> baseMethod, Object componentInstance, P rawParameter) <P extends BaseParameter, T>
MethodResultBaseMethod.State.invoke(BaseMethod<P, T> baseMethod, Object componentInstance, P rawParameter) private MethodResultBaseMethod.invokeMethod(Object componentInstance, P rawParameter) Methods in org.apache.felix.scr.impl.inject.methods with parameters of type MethodResultModifier and TypeMethodDescriptionActivateMethod.invoke(Object componentInstance, ActivatorParameter rawParameter, MethodResult methodCallFailureResult) ActivateMethod.invoke(Object componentInstance, ScrComponentContext componentContext, int reason, MethodResult methodCallFailureResult) 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 MethodResultModifier and TypeMethodDescriptionprotected MethodResultServiceFactoryComponentManager.invokeModifiedMethod()protected MethodResultSingleComponentManager.invokeModifiedMethod()Methods in org.apache.felix.scr.impl.manager with parameters of type MethodResultModifier and TypeMethodDescriptionvoidAbstractComponentManager.setServiceProperties(MethodResult methodResult, Integer trackingCount)