Uses of Package
org.springframework.osgi.context

Packages that use org.springframework.osgi.context
org.springframework.osgi.bundle Osgi Bundle support package. 
org.springframework.osgi.context OSGi specific application context package. 
org.springframework.osgi.context.event Event package for OSGi application contexts. 
org.springframework.osgi.context.support Support package for OSGi specific application contexts. 
org.springframework.osgi.extensions.annotation Annotation Extensions: Allows declarative injection of OSGi services through annotation. 
org.springframework.osgi.service.exporter.support Support package for exporting objects as OSGi services. 
org.springframework.osgi.service.importer.support Support package for OSGi service imports. 
org.springframework.osgi.web.extender.deployer.jetty Jetty deployer package. 
org.springframework.osgi.web.extender.deployer.support Deployer support package. 
org.springframework.osgi.web.extender.deployer.tomcat Tomcat deployer package. 
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.bundle
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.context
ConfigurableOsgiBundleApplicationContext
          Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
OsgiBundleApplicationContextExecutor
          DelegatedExecutionOsgiBundleApplicationContext executor.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.context.event
ConfigurableOsgiBundleApplicationContext
          Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.context.support
ConfigurableOsgiBundleApplicationContext
          Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
DelegatedExecutionOsgiBundleApplicationContext
          Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
OsgiBundleApplicationContextExecutor
          DelegatedExecutionOsgiBundleApplicationContext executor.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.extensions.annotation
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.service.exporter.support
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.service.importer.support
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.extender.deployer.jetty
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.extender.deployer.support
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.extender.deployer.tomcat
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 



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