| 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 | Class and Description |
|---|---|
class |
DuplexReferenceMethods |
| Modifier and Type | Field and Description |
|---|---|
static ReferenceMethods |
ReferenceMethods.NOPReferenceMethod
This is a NOP implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ReferenceMethods> |
ComponentMethodsImpl.bindMethodMap |
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethods |
ComponentMethods.getBindMethods(java.lang.String refName) |
ReferenceMethods |
ComponentMethodsImpl.getBindMethods(java.lang.String refName) |
| Constructor and Description |
|---|
DuplexReferenceMethods(java.util.List<ReferenceMethods> methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldMethods
FieldMethods provides implementations for bind/unbind/updated
which handle manipulation of fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindMethods |
| Modifier and Type | Field and Description |
|---|---|
private ReferenceMethods |
DependencyManager.m_bindMethods |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
DependencyManager.initBindingMethods(ReferenceMethods bindMethods)
Initialize binding methods.
|