org.apache.aries.blueprint.mutable
Interface MutablePassThroughMetadata

All Superinterfaces:
ComponentMetadata, Metadata, MutableComponentMetadata, NonNullMetadata, PassThroughMetadata, Target
All Known Implementing Classes:
PassThroughMetadataImpl

public interface MutablePassThroughMetadata
extends PassThroughMetadata, MutableComponentMetadata

The mutable version of the PassThroughMetadata interface


Field Summary
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
 
Method Summary
 void setObject(java.lang.Object object)
           
 
Methods inherited from interface org.apache.aries.blueprint.PassThroughMetadata
getObject
 
Methods inherited from interface org.apache.aries.blueprint.mutable.MutableComponentMetadata
addDependsOn, removeDependsOn, setActivation, setDependsOn, setId
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
 

Method Detail

setObject

void setObject(java.lang.Object object)


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