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

Packages that use BundleContextAware
org.springframework.osgi.context.support Spring-DM context support. 
org.springframework.osgi.samples.weather.extension.bundle Spring-DM virtual bundle support package. 
org.springframework.osgi.service.exporter Spring-DM service export package. 
org.springframework.osgi.service.importer Spring-DM service import package. 
 

Uses of BundleContextAware in org.springframework.osgi.context.support
 

Classes in org.springframework.osgi.context.support that implement BundleContextAware
 class BundleFactoryBean
          Install Bundles using a FactoryBean.
 

Uses of BundleContextAware in org.springframework.osgi.samples.weather.extension.bundle
 

Classes in org.springframework.osgi.samples.weather.extension.bundle that implement BundleContextAware
 class VirtualBundleFactoryBean
          BundleFactoryBean that creates bundles on the fly from regular jar files or maven project jars.
 

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

Classes in org.springframework.osgi.service.exporter that implement BundleContextAware
 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
 

Classes in org.springframework.osgi.service.importer that implement BundleContextAware
 class AbstractOsgiServiceProxyFactoryBean
          Base class for importing OSGi services.
 class OsgiMultiServiceProxyFactoryBean
          Specialized single-service proxy creator.
 class OsgiSingleServiceProxyFactoryBean
          Specialized single-service proxy creator.
 



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