Package org.springframework.osgi.service.dependency

Package defining the service dependency between imported and exported beans.

See:
          Description

Interface Summary
DependableServiceImporter Interface describing the contract of OSGi service importers.
DependentServiceExporter Interface describing the OSGi service exporters dependency contract.
MandatoryDependencyListener Internal framework listener notified when a mandatory service importer comes up or down (that is, becomes satisfied or not).
ServiceDependency Generic dependency service import contract.
 

Class Summary
MandatoryDependencyEvent Mandatory dependency event.
 

Package org.springframework.osgi.service.dependency Description

Package defining the service dependency between imported and exported beans.
Used internally by the framework, this package exposes finer control for dealing with the exporter -> importer transitive dependency for mandatory service imports.

Note: it is strongly discouraged to rely on this package as its behaviour might change in the future.



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