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

Packages that use BundleContextAware
org.springframework.osgi.bundle Spring-DM bundle specific classes. 
org.springframework.osgi.service.exporter.support Supporting classes for org.springframework.osgi.service.exporter package. 
org.springframework.osgi.service.importer.support Supporting classes for org.springframework.osgi.service.importer package. 
 

Uses of BundleContextAware in org.springframework.osgi.bundle
 

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

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
          Specialized single-service proxy creator.
 class OsgiServiceProxyFactoryBean
          Specialized single-service proxy creator.
 



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