Bug 629: Make BindingDataBroker to be visible.
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / config / yang / md / sal / binding / impl / BindingAsyncDataBrokerImplModuleFactory.java
1 /*
2 * Generated file
3 *
4 * Generated from: yang module name: opendaylight-sal-binding-broker-impl yang module local name: binding-forwarded-data-broker
5 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6 * Generated at: Fri May 16 17:18:18 CEST 2014
7 *
8 * Do not modify this file unless it is present under src/main directory
9 */
10 package org.opendaylight.controller.config.yang.md.sal.binding.impl;
11
12 import org.opendaylight.controller.config.api.DependencyResolver;
13 import org.osgi.framework.BundleContext;
14
15 public class BindingAsyncDataBrokerImplModuleFactory extends org.opendaylight.controller.config.yang.md.sal.binding.impl.AbstractBindingAsyncDataBrokerImplModuleFactory {
16
17
18
19
20     @Override
21     public BindingAsyncDataBrokerImplModule instantiateModule(final String instanceName,
22             final DependencyResolver dependencyResolver, final BindingAsyncDataBrokerImplModule oldModule,
23             final AutoCloseable oldInstance, final BundleContext bundleContext) {
24         BindingAsyncDataBrokerImplModule module = super.instantiateModule(instanceName, dependencyResolver, oldModule, oldInstance, bundleContext);
25         module.setBundleContext(bundleContext);
26         return module;
27     }
28
29     @Override
30     public BindingAsyncDataBrokerImplModule instantiateModule(final String instanceName,
31             final DependencyResolver dependencyResolver, final BundleContext bundleContext) {
32         // TODO Auto-generated method stub
33         BindingAsyncDataBrokerImplModule module = super.instantiateModule(instanceName, dependencyResolver, bundleContext);
34         module.setBundleContext(bundleContext);
35         return module;
36     }
37 }