Package org.springframework.osgi.service.importer

Generic interfaces for Spring-DM OSGi service import infrastructure.

See:
          Description

Interface Summary
ImportedOsgiServiceProxy Infrastructure interface available on Spring-DM managed OSGi services.
OsgiServiceDependency Dependency contract to an OSGi service.
OsgiServiceLifecycleListener Listener tracking binding and unbinding of OSGi services used as normal object references inside a Spring application context.
ServiceReferenceProxy ServiceReference extension used by Spring-DM service importers.
 

Class Summary
DefaultOsgiServiceDependency Default, immutable implementation for OsgiServiceDependency.
 

Exception Summary
ServiceProxyDestroyedException Exception indicating the accessed OSGi service proxy has been destroyed.
 

Package org.springframework.osgi.service.importer Description

Generic interfaces for Spring-DM OSGi service import infrastructure.
Defines the listener and proxy interfaces used when importing OSGi services.



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