Package | Description |
---|---|
org.apache.aries.blueprint | |
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.mutable | |
org.apache.aries.blueprint.reflect | |
org.osgi.service.blueprint.reflect |
Blueprint Reflection Package Version 1.0.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedReferenceListMetadata
TODO: javadoc
|
interface |
ExtendedServiceReferenceMetadata
TODO: javadoc
|
Modifier and Type | Field and Description |
---|---|
protected ServiceReferenceMetadata |
AbstractServiceReferenceRecipe.metadata |
Modifier and Type | Method and Description |
---|---|
protected static Class |
AbstractServiceReferenceRecipe.getRuntimeClass(ServiceReferenceMetadata metadata) |
Constructor and Description |
---|
AbstractServiceReferenceRecipe(String name,
ExtendedBlueprintContainer blueprintContainer,
ServiceReferenceMetadata metadata,
CollectionRecipe listenersRecipe,
List<Recipe> explicitDependencies) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableReferenceListMetadata
A mutable version of the
RefCollectionMetadata that allows modifications. |
interface |
MutableReferenceMetadata
A mutable version of the
ReferenceMetadata that allows modifications. |
interface |
MutableServiceReferenceMetadata
A mutable version of the
ServiceReferenceMetadata that allows modifications. |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceListMetadataImpl
Implementation of RefCollectionMetadata
|
class |
ReferenceMetadataImpl
Implementation of ReferenceMetadata
|
class |
ServiceReferenceMetadataImpl
Implementation of ServiceReferenceMetadata
|
Constructor and Description |
---|
ServiceReferenceMetadataImpl(ServiceReferenceMetadata source) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReferenceListMetadata
Metadata for a list of service references.
|
interface |
ReferenceMetadata
Metadata for a reference that will bind to a single matching service in the
service registry.
|
Copyright © 2014. All rights reserved.