| Package | Description |
|---|---|
| org.apache.felix.scr.impl.helper | |
| org.apache.felix.scr.impl.inject | |
| org.apache.felix.scr.impl.manager |
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethod |
ReferenceMethods.getBind()
Never returns
null. |
ReferenceMethod |
ReferenceMethods.getUnbind()
Never returns
null. |
ReferenceMethod |
ReferenceMethods.getUpdated()
Never returns
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
BindMethod
Component method to be invoked on service (un)binding.
|
private static class |
DuplexReferenceMethods.DuplexReferenceMethod |
static class |
FieldHandler.ReferenceMethodImpl |
class |
UnbindMethod
Component method to be invoked on service unbinding.
|
class |
UpdatedMethod
Component method to be invoked on service property update of a bound service.
|
| Modifier and Type | Field and Description |
|---|---|
private ReferenceMethod |
FieldMethods.bind |
private ReferenceMethod |
DuplexReferenceMethods.DuplexReferenceMethod.first |
private ReferenceMethod |
BindMethods.m_bind |
private ReferenceMethod |
BindMethods.m_unbind |
private ReferenceMethod |
BindMethods.m_updated |
private ReferenceMethod |
DuplexReferenceMethods.DuplexReferenceMethod.second |
private ReferenceMethod |
FieldMethods.unbind |
private ReferenceMethod |
FieldMethods.updated |
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethod |
BindMethods.getBind() |
ReferenceMethod |
DuplexReferenceMethods.getBind() |
ReferenceMethod |
FieldHandler.getBind() |
ReferenceMethod |
FieldMethods.getBind() |
ReferenceMethod |
BindMethods.getUnbind() |
ReferenceMethod |
DuplexReferenceMethods.getUnbind() |
ReferenceMethod |
FieldHandler.getUnbind() |
ReferenceMethod |
FieldMethods.getUnbind() |
ReferenceMethod |
BindMethods.getUpdated() |
ReferenceMethod |
DuplexReferenceMethods.getUpdated() |
ReferenceMethod |
FieldHandler.getUpdated() |
ReferenceMethod |
FieldMethods.getUpdated() |
| Constructor and Description |
|---|
DuplexReferenceMethod(ReferenceMethod first,
ReferenceMethod second) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
DependencyManager.getServiceObject(ComponentContextImpl<S> key,
ReferenceMethod bindMethod,
RefPair<S,T> refPair) |