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 |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
<S,T> MethodResult |
ReferenceMethod.invoke(Object componentInstance,
BindParameters parameters,
MethodResult methodCallFailureResult)
Invoke the reference method and bind/unbind/update the reference.
|
MethodResult |
LifecycleMethod.invoke(Object componentInstance,
ComponentContextImpl<?> componentContext,
int reason,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
<S,T> MethodResult |
ReferenceMethod.invoke(Object componentInstance,
BindParameters parameters,
MethodResult methodCallFailureResult)
Invoke the reference method and bind/unbind/update the reference.
|
MethodResult |
LifecycleMethod.invoke(Object componentInstance,
ComponentContextImpl<?> componentContext,
int reason,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
<S,T> MethodResult |
FieldHandler.ReferenceMethodImpl.invoke(Object componentInstance,
BindParameters rawParameter,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
<S,T> MethodResult |
FieldHandler.ReferenceMethodImpl.invoke(Object componentInstance,
BindParameters rawParameter,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected MethodResult |
SingleComponentManager.invokeModifiedMethod() |
protected MethodResult |
ServiceFactoryComponentManager.invokeModifiedMethod() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponentManager.setServiceProperties(MethodResult methodResult,
Integer trackingCount) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.