public interface SearchableServiceReferenceWritableRegistry extends ServiceReferenceWritableRegistry
Modifier and Type | Method and Description |
---|---|
Map<ServiceInterfaceAnnotation,String> |
findServiceInterfaces(ModuleIdentifier moduleIdentifier)
Return mapping between service ref names and service interface annotation for
given module.
|
removeAllServiceReferences, removeServiceReference, removeServiceReferences, saveServiceReference
checkServiceReferenceExists, getServiceInterfaceName, getServiceMapping, getServiceReference, lookupConfigBeanByServiceInterfaceName, lookupServiceInterfaceNames, lookupServiceReferencesByServiceInterfaceName
Map<ServiceInterfaceAnnotation,String> findServiceInterfaces(ModuleIdentifier moduleIdentifier)
moduleIdentifier
- module idIllegalArgumentException
- if any of service qNames is not foundNullPointerException
- if parameter is nullCopyright © 2019 OpenDaylight. All rights reserved.