org.osgi.service.blueprint.reflect
Interface RefMetadata

All Superinterfaces:
Metadata, NonNullMetadata, Target
All Known Subinterfaces:
MutableRefMetadata
All Known Implementing Classes:
RefMetadataImpl

public interface RefMetadata
extends Target, NonNullMetadata

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

Version:
$Revision: 792499 $

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.


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.