org.springframework.osgi.service.dependency
Interface DependableServiceImporter

All Superinterfaces:
ServiceDependency
All Known Implementing Classes:
AbstractDependableServiceImporter, AbstractOsgiServiceImportFactoryBean, OsgiServiceCollectionProxyFactoryBean, OsgiServiceProxyFactoryBean

public interface DependableServiceImporter
extends ServiceDependency

Interface describing the contract of OSGi service importers. Used for decoupling other packages from using the OSGi service exporters directly.

Author:
Costin Leau

Method Summary
 void registerListener(MandatoryDependencyListener listener)
          Register a MandatoryDependencyListener on this importer.
 
Methods inherited from interface org.springframework.osgi.service.dependency.ServiceDependency
isMandatory, isSatisfied
 

Method Detail

registerListener

void registerListener(MandatoryDependencyListener listener)
Register a MandatoryDependencyListener on this importer.

Parameters:
listener - dependency listener to register.


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