org.apache.geronimo.blueprint.mutable
Interface MutableRefMetadata

All Superinterfaces:
Metadata, NonNullMetadata, RefMetadata, Target
All Known Implementing Classes:
RefMetadataImpl

public interface MutableRefMetadata
extends RefMetadata

A mutable version of the RefMetadata that allows modifications.

Version:
$Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
Author:
Apache Geronimo Project

Method Summary
 void setComponentId(String componentId)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.RefMetadata
getComponentId
 

Method Detail

setComponentId

void setComponentId(String componentId)


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