Package | Description |
---|---|
org.apache.felix.scr.impl.inject | |
org.apache.felix.scr.impl.inject.field | |
org.apache.felix.scr.impl.inject.methods |
Modifier and Type | Method and Description |
---|---|
<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.
|
Modifier and Type | Method and Description |
---|---|
<S,T> boolean |
FieldHandler.ReferenceMethodImpl.getServiceObject(BindParameters rawParameter,
org.osgi.framework.BundleContext context) |
<S,T> MethodResult |
FieldHandler.ReferenceMethodImpl.invoke(Object componentInstance,
BindParameters rawParameter,
MethodResult methodCallFailureResult) |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
BindMethod.getParameters(Method method,
BindParameters bp) |
<S,T> boolean |
BindMethod.getServiceObject(BindParameters parameters,
org.osgi.framework.BundleContext context) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.