org.eclipse.gemini.blueprint.service.dependency.internal
Interface MandatoryServiceDependencyManager
- All Known Implementing Classes:
- DefaultMandatoryDependencyManager
public interface MandatoryServiceDependencyManager
Manager dealing with the dependencies of mandatory OSGi importers. It's up to
the implementation to discover the relationship between importer and
exporter.
Implementations should take action when one of the importers fails to find at
least one mandatory OSGi service.
- Author:
- Costin Leau
addServiceExporter
void addServiceExporter(Object bean,
String exporterBeanName)
removeServiceExporter
void removeServiceExporter(Object bean,
String beanName)
Copyright © 2006-2012. All Rights Reserved.