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 |
---|---|
ReferenceMethods |
ComponentMethods.getBindMethods(java.lang.String refName) |
Modifier and Type | Class and Description |
---|---|
class |
BindMethods |
class |
DuplexReferenceMethods |
class |
FieldMethods
FieldMethods provides implementations for bind/unbind/updated
which handle manipulation of fields.
|
Modifier and Type | Field and Description |
---|---|
private ReferenceMethods |
DuplexReferenceMethods.first
First is field methods.
|
private ReferenceMethods |
DuplexReferenceMethods.second
Second is method methods.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ReferenceMethods> |
ComponentMethodsImpl.bindMethodMap |
Modifier and Type | Method and Description |
---|---|
ReferenceMethods |
ComponentMethodsImpl.getBindMethods(java.lang.String refName) |
Constructor and Description |
---|
DuplexReferenceMethods(ReferenceMethods first,
ReferenceMethods second) |
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.
|