X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-manager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fmanager%2Fimpl%2FSearchableServiceReferenceWritableRegistry.java;h=288f2ac669c30a68d768318741bf659222cfe057;hb=81674d6fd50b419b868d0851062e23f34b34557d;hp=4c5e391f74ebbd0147f1eedea77fc9c110999dae;hpb=7e0e35596dde2a0cbcf077b26f9797b6e0cdfa43;p=controller.git diff --git a/opendaylight/config/config-manager/src/main/java/org/opendaylight/controller/config/manager/impl/SearchableServiceReferenceWritableRegistry.java b/opendaylight/config/config-manager/src/main/java/org/opendaylight/controller/config/manager/impl/SearchableServiceReferenceWritableRegistry.java index 4c5e391f74..288f2ac669 100644 --- a/opendaylight/config/config-manager/src/main/java/org/opendaylight/controller/config/manager/impl/SearchableServiceReferenceWritableRegistry.java +++ b/opendaylight/config/config-manager/src/main/java/org/opendaylight/controller/config/manager/impl/SearchableServiceReferenceWritableRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. + * Copyright (c) 2013, 2017 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, @@ -15,12 +15,16 @@ import org.opendaylight.controller.config.api.annotations.ServiceInterfaceAnnota public interface SearchableServiceReferenceWritableRegistry extends ServiceReferenceWritableRegistry { /** - * Return mapping between service ref names and service interface annotation for given - * module. + * Return mapping between service ref names and service interface annotation for + * given module. * - * @throws java.lang.IllegalArgumentException if any of service qNames is not found - * @throws java.lang.NullPointerException if parameter is null + * @param moduleIdentifier module id + * @return map + * @throws java.lang.IllegalArgumentException + * if any of service qNames is not found + * @throws java.lang.NullPointerException + * if parameter is null */ - Map findServiceInterfaces(ModuleIdentifier moduleIdentifier); - + Map findServiceInterfaces( + ModuleIdentifier moduleIdentifier); }