Knopflerfish OSGi 5.2.0

org.osgi.service.blueprint.reflect
Interface RefMetadata

All Superinterfaces:
Metadata, NonNullMetadata, Target

public interface RefMetadata
extends Target, NonNullMetadata

Metadata for a reference to another component managed by the Blueprint Container.

Author:
$Id: a67274cc8e5033dddc8477a046d116d511c1a4d3 $
ThreadSafe

Method Summary
 java.lang.String getComponentId()
          Return the id of the referenced component.
 

Method Detail

getComponentId

java.lang.String getComponentId()
Return the id of the referenced component. This is specified by the component-id attribute of a component.

Returns:
The id of the referenced component.

Knopflerfish OSGi 5.2.0