Package | Description |
---|---|
org.apache.felix.scr.impl.inject | |
org.apache.felix.scr.impl.manager | |
org.apache.felix.scr.impl.metadata | |
org.apache.felix.scr.impl.runtime |
Modifier and Type | Field and Description |
---|---|
private ReferenceMetadata |
FieldHandler.metadata
The reference metadata.
|
Constructor and Description |
---|
BindMethods(ReferenceMetadata m_dependencyMetadata,
java.lang.Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
FieldHandler(ReferenceMetadata metadata,
java.lang.Class<?> componentClass)
Create a new field handler
|
FieldMethods(ReferenceMetadata m_dependencyMetadata,
java.lang.Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
Modifier and Type | Field and Description |
---|---|
private ReferenceMetadata |
DependencyManager.m_dependencyMetadata |
Modifier and Type | Method and Description |
---|---|
private static int |
DependencyManager.defaultMinimumCardinality(ReferenceMetadata dependency) |
Constructor and Description |
---|
DependencyManager(AbstractComponentManager<S> componentManager,
ReferenceMetadata dependency,
int index)
Constructor that receives several parameters.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ReferenceMetadata> |
ComponentMetadata.m_references |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReferenceMetadata> |
ComponentMetadata.getDependencies()
Returns the dependency descriptors
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentMetadata.addDependency(ReferenceMetadata newReference)
Used to add a reference metadata to the component
|
Modifier and Type | Method and Description |
---|---|
private org.osgi.service.component.runtime.dto.ReferenceDTO[] |
ServiceComponentRuntimeImpl.refsToDTO(java.util.List<ReferenceMetadata> dependencies) |