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.

Version:
$Revision: 792499 $

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

Method Detail

getComponentId

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.