Uses of Interface
org.osgi.service.blueprint.reflect.ComponentMetadata

Packages that use ComponentMetadata
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. 
org.springframework.osgi.blueprint.container Adapter package for the OSGi Blueprint Service container. 
org.springframework.osgi.blueprint.reflect Support classes for Blueprint Service metadata. 
 

Uses of ComponentMetadata in org.osgi.service.blueprint.container
 

Methods in org.osgi.service.blueprint.container that return ComponentMetadata
 ComponentMetadata BlueprintContainer.getComponentMetadata(String id)
          Return the Component Metadata object for the component with the specified component id.
 

Uses of ComponentMetadata in org.osgi.service.blueprint.reflect
 

Subinterfaces of ComponentMetadata in org.osgi.service.blueprint.reflect
 interface BeanMetadata
          Metadata for a Bean component.
 interface ReferenceListMetadata
          Metadata for a list of service references.
 interface ReferenceMetadata
          Metadata for a reference that will bind to a single matching service in the service registry.
 interface ServiceMetadata
          Metadata for a service to be registered by the Blueprint Container when enabled.
 interface ServiceReferenceMetadata
          Metadata for a reference to an OSGi service.
 

Uses of ComponentMetadata in org.springframework.osgi.blueprint.container
 

Methods in org.springframework.osgi.blueprint.container that return ComponentMetadata
 ComponentMetadata SpringBlueprintContainer.getComponentMetadata(String name)
           
 

Uses of ComponentMetadata in org.springframework.osgi.blueprint.reflect
 

Methods in org.springframework.osgi.blueprint.reflect that return ComponentMetadata
static ComponentMetadata MetadataFactory.buildComponentMetadataFor(String name, BeanDefinition beanDefinition)
          Inspects the given beanDefinition and returns the appropriate metadata (can be one of LocalComponentMetadata, ServiceExportComponentMetadata, or ServiceReferenceComponentMetadata).
 

Methods in org.springframework.osgi.blueprint.reflect that return types with arguments of type ComponentMetadata
static Collection<ComponentMetadata> MetadataFactory.buildComponentMetadataFor(ConfigurableListableBeanFactory factory)
          Inspects the given factory and returns the appropriate OSGi 4.2 Blueprint metadata.
 

Methods in org.springframework.osgi.blueprint.reflect with parameters of type ComponentMetadata
static BeanDefinition MetadataFactory.buildBeanDefinitionFor(ComponentMetadata metadata)
           
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.