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

Method Summary
 void addServiceExporter(Object bean, String exporterBeanName)
           
 void removeServiceExporter(Object bean, String beanName)
           
 

Method Detail

addServiceExporter

void addServiceExporter(Object bean,
                        String exporterBeanName)

removeServiceExporter

void removeServiceExporter(Object bean,
                           String beanName)


Copyright © 2006-2013. All Rights Reserved.