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 |
---|---|
MethodResult |
DuplexReferenceMethods.DuplexReferenceMethod.invoke(java.lang.Object componentInstance,
BindParameters parameters,
MethodResult methodCallFailureResult) |
<S,T> MethodResult |
ReferenceMethod.invoke(java.lang.Object componentInstance,
BindParameters parameters,
MethodResult methodCallFailureResult)
Invoke the reference method and bind/unbind/update the reference.
|
MethodResult |
LifecycleMethod.invoke(java.lang.Object componentInstance,
ComponentContextImpl<?> componentContext,
int reason,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
MethodResult |
DuplexReferenceMethods.DuplexReferenceMethod.invoke(java.lang.Object componentInstance,
BindParameters parameters,
MethodResult methodCallFailureResult) |
<S,T> MethodResult |
ReferenceMethod.invoke(java.lang.Object componentInstance,
BindParameters parameters,
MethodResult methodCallFailureResult)
Invoke the reference method and bind/unbind/update the reference.
|
MethodResult |
LifecycleMethod.invoke(java.lang.Object componentInstance,
ComponentContextImpl<?> componentContext,
int reason,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
MethodResult |
FieldHandler.State.invoke(FieldHandler handler,
FieldHandler.METHOD_TYPE mType,
java.lang.Object componentInstance,
BindParameters rawParameter) |
MethodResult |
FieldHandler.NotResolved.invoke(FieldHandler handler,
FieldHandler.METHOD_TYPE mType,
java.lang.Object componentInstance,
BindParameters rawParameter) |
MethodResult |
FieldHandler.NotFound.invoke(FieldHandler handler,
FieldHandler.METHOD_TYPE mType,
java.lang.Object componentInstance,
BindParameters rawParameter) |
MethodResult |
FieldHandler.Resolved.invoke(FieldHandler handler,
FieldHandler.METHOD_TYPE mType,
java.lang.Object componentInstance,
BindParameters rawParameter) |
<S,T> MethodResult |
FieldHandler.ReferenceMethodImpl.invoke(java.lang.Object componentInstance,
BindParameters rawParameter,
MethodResult methodCallFailureResult) |
private MethodResult |
FieldHandler.updateField(FieldHandler.METHOD_TYPE mType,
java.lang.Object componentInstance,
BindParameters bp) |
Modifier and Type | Method and Description |
---|---|
<S,T> MethodResult |
FieldHandler.ReferenceMethodImpl.invoke(java.lang.Object componentInstance,
BindParameters rawParameter,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
<P extends BaseParameter,T> |
BaseMethod.State.invoke(BaseMethod<P,T> baseMethod,
java.lang.Object componentInstance,
P rawParameter) |
<P extends BaseParameter,T> |
BaseMethod.NotApplicable.invoke(BaseMethod<P,T> baseMethod,
java.lang.Object componentInstance,
P rawParameter) |
<P extends BaseParameter,T> |
BaseMethod.NotResolved.invoke(BaseMethod<P,T> baseMethod,
java.lang.Object componentInstance,
P rawParameter) |
<P extends BaseParameter,T> |
BaseMethod.NotFound.invoke(BaseMethod<P,T> baseMethod,
java.lang.Object componentInstance,
P rawParameter) |
<P extends BaseParameter,T> |
BaseMethod.Resolved.invoke(BaseMethod<P,T> baseMethod,
java.lang.Object componentInstance,
P rawParameter) |
MethodResult |
ActivateMethod.invoke(java.lang.Object componentInstance,
ActivatorParameter rawParameter,
MethodResult methodCallFailureResult) |
MethodResult |
ActivateMethod.invoke(java.lang.Object componentInstance,
ComponentContextImpl<?> componentContext,
int reason,
MethodResult methodCallFailureResult) |
MethodResult |
BaseMethod.invoke(java.lang.Object componentInstance,
P rawParameter,
MethodResult methodCallFailureResult)
Calls the declared method on the given component with the provided
method call arguments.
|
private MethodResult |
BaseMethod.invokeMethod(java.lang.Object componentInstance,
P rawParameter) |
Modifier and Type | Method and Description |
---|---|
MethodResult |
ActivateMethod.invoke(java.lang.Object componentInstance,
ActivatorParameter rawParameter,
MethodResult methodCallFailureResult) |
MethodResult |
ActivateMethod.invoke(java.lang.Object componentInstance,
ComponentContextImpl<?> componentContext,
int reason,
MethodResult methodCallFailureResult) |
MethodResult |
BaseMethod.invoke(java.lang.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 |
ServiceFactoryComponentManager.invokeModifiedMethod() |
protected MethodResult |
SingleComponentManager.invokeModifiedMethod() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponentManager.setServiceProperties(MethodResult methodResult,
java.lang.Integer trackingCount) |