org.apache.aries.blueprint
Interface ExtendedReferenceMetadata

All Superinterfaces:
org.osgi.service.blueprint.reflect.ComponentMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.ReferenceMetadata, org.osgi.service.blueprint.reflect.ServiceReferenceMetadata, org.osgi.service.blueprint.reflect.Target
All Known Subinterfaces:
MutableReferenceMetadata
All Known Implementing Classes:
ReferenceMetadataImpl

public interface ExtendedReferenceMetadata
extends org.osgi.service.blueprint.reflect.ReferenceMetadata


Field Summary
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
 
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
 
Method Summary
 String getDefaultBean()
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ReferenceMetadata
getTimeout
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
 

Method Detail

getDefaultBean

String getDefaultBean()


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