2 * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
12 * Generated from: yang module name: netconf-northbound-impl yang module local name: netconf-server-dispatcher-impl
13 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
14 * Generated at: Thu Feb 12 11:32:29 CET 2015
16 * Do not modify this file unless it is present under src/main directory
18 package org.opendaylight.controller.config.yang.config.netconf.northbound.impl;
20 import org.opendaylight.controller.config.api.DependencyResolver;
21 import org.osgi.framework.BundleContext;
24 * @deprecated Replaced by blueprint wiring
27 public class NetconfServerDispatcherModuleFactory extends AbstractNetconfServerDispatcherModuleFactory {
30 public NetconfServerDispatcherModule instantiateModule(String instanceName, DependencyResolver dependencyResolver,
31 NetconfServerDispatcherModule oldModule, AutoCloseable oldInstance, BundleContext bundleContext) {
32 NetconfServerDispatcherModule module = super.instantiateModule(instanceName, dependencyResolver, oldModule,
33 oldInstance, bundleContext);
34 module.setBundleContext(bundleContext);
39 public NetconfServerDispatcherModule instantiateModule(String instanceName, DependencyResolver dependencyResolver,
40 BundleContext bundleContext) {
41 NetconfServerDispatcherModule module = super.instantiateModule(instanceName, dependencyResolver, bundleContext);
42 module.setBundleContext(bundleContext);