org.apache.aries.blueprint
Interface PassThroughMetadata

All Superinterfaces:
ComponentMetadata, Metadata, NonNullMetadata, Target
All Known Subinterfaces:
MutablePassThroughMetadata
All Known Implementing Classes:
PassThroughMetadataImpl

public interface PassThroughMetadata
extends ComponentMetadata, Target

Metadata used to bypass the creation of the object. This is mostly usefull when creating custom namespace handlers that end-up with already instanciated objects.


Field Summary
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
 
Method Summary
 java.lang.Object getObject()
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
 

Method Detail

getObject

java.lang.Object getObject()


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