Uses of Interface
org.eclipse.gemini.blueprint.context.BundleContextAware

Packages that use BundleContextAware
org.eclipse.gemini.blueprint.bundle OSGi Bundle support package. 
org.eclipse.gemini.blueprint.compendium.cm Support classes for the OSGi Compendium Admin service. 
org.eclipse.gemini.blueprint.compendium.internal.cm   
org.eclipse.gemini.blueprint.service.exporter.support Support package for exporting objects as OSGi services. 
org.eclipse.gemini.blueprint.service.importer.support Support package for OSGi service imports. 
 

Uses of BundleContextAware in org.eclipse.gemini.blueprint.bundle
 

Classes in org.eclipse.gemini.blueprint.bundle that implement BundleContextAware
 class BundleFactoryBean
          Bundle installer.
 

Uses of BundleContextAware in org.eclipse.gemini.blueprint.compendium.cm
 

Classes in org.eclipse.gemini.blueprint.compendium.cm that implement BundleContextAware
 class ConfigAdminPropertiesFactoryBean
          FactoryBean returning the properties stored under a given persistent id in the ConfigurationAdmin service.
 

Uses of BundleContextAware in org.eclipse.gemini.blueprint.compendium.internal.cm
 

Classes in org.eclipse.gemini.blueprint.compendium.internal.cm that implement BundleContextAware
 class ManagedServiceFactoryFactoryBean
          Factory class that automatically manages instances based on the configuration available inside a ManagedServiceFactory.
 class ManagedServiceInstanceTrackerPostProcessor
          Post processor tracking the creation and destruction of managed service instances.
 

Uses of BundleContextAware in org.eclipse.gemini.blueprint.service.exporter.support
 

Classes in org.eclipse.gemini.blueprint.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.eclipse.gemini.blueprint.bean.name="<bean name> osgi.service.blueprint.compname="<bean name> If the name is null/empty, the keys that refer to it will not be created.
 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.eclipse.gemini.blueprint.service.importer.support
 

Classes in org.eclipse.gemini.blueprint.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-2012. All Rights Reserved.