dc9e7f99ad1d44d14b58f65bfc4298b8b27c8a6b
[moon.git] /
1 /*
2 * Generated file
3 *
4 * Generated from: yang module name: aaa-h2-store yang module local name: aaa-h2-store
5 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6 * Generated at: Sat Nov 28 11:00:15 PST 2015
7 *
8 * Do not modify this file unless it is present under src/main directory
9 */
10 package org.opendaylight.yang.gen.v1.config.aaa.authn.h2.store.rev151128;
11
12 import org.opendaylight.controller.config.api.DependencyResolver;
13 import org.osgi.framework.BundleContext;
14
15 public class AAAH2StoreModuleFactory extends org.opendaylight.yang.gen.v1.config.aaa.authn.h2.store.rev151128.AbstractAAAH2StoreModuleFactory {
16     @Override
17     public AAAH2StoreModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, AAAH2StoreModule oldModule, AutoCloseable oldInstance, BundleContext bundleContext) {
18         AAAH2StoreModule module =  super.instantiateModule(instanceName, dependencyResolver, oldModule, oldInstance, bundleContext);
19         module.setBundleContext(bundleContext);
20         return module;
21     }
22
23     @Override
24     public AAAH2StoreModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, BundleContext bundleContext) {
25         AAAH2StoreModule module = super.instantiateModule(instanceName, dependencyResolver, bundleContext);
26         module.setBundleContext(bundleContext);
27         return module;
28     }
29 }