Uses of Interface
org.springframework.osgi.context.BundleContextAware

Packages that use BundleContextAware
org.springframework.osgi.bundle Spring-DM bundle specific classes. 
org.springframework.osgi.extensions.annotation Spring-DM Extensions: Annotation package. 
org.springframework.osgi.service.exporter.support Spring-DM export support package. 
org.springframework.osgi.service.importer.support Spring-DM import support package. 
 

Uses of BundleContextAware in org.springframework.osgi.bundle
 

Classes in org.springframework.osgi.bundle that implement BundleContextAware
 class BundleFactoryBean
          Bundle installer.
 

Uses of BundleContextAware in org.springframework.osgi.extensions.annotation
 

Classes in org.springframework.osgi.extensions.annotation that implement BundleContextAware
 class ServiceReferenceInjectionBeanPostProcessor
          BeanPostProcessor that processed annotation to inject Spring-DM managed OSGi services.
 

Uses of BundleContextAware in org.springframework.osgi.service.exporter.support
 

Classes in org.springframework.osgi.service.exporter.support that implement BundleContextAware
 class BeanNameServicePropertiesResolver
          OsgiServicePropertiesResolver that creates a service property set with the following properties: Bundle-SymbolicName=<bundle symbolic name> Bundle-Version=<bundle version> org.springframework.osgi.bean.name="<bean name>
 class OsgiServiceFactoryBean
          FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the ServiceRegistration for the given object.
 

Uses of BundleContextAware in org.springframework.osgi.service.importer.support
 

Classes in org.springframework.osgi.service.importer.support that implement BundleContextAware
 class AbstractOsgiServiceImportFactoryBean
          Base class for importing OSGi services.
 class OsgiServiceCollectionProxyFactoryBean
          OSGi service (collection) importer.
 class OsgiServiceProxyFactoryBean
          OSGi (single) service importer.
 



Copyright � 2006-2008 Spring Framework. All Rights Reserved.