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
8 * Do not modify this file unless it is present under src/main directory
10 package org.opendaylight.yang.gen.v1.config.aaa.authn.h2.store.rev151128;
12 import org.opendaylight.controller.config.api.DependencyResolver;
13 import org.osgi.framework.BundleContext;
15 public class AAAH2StoreModuleFactory extends org.opendaylight.yang.gen.v1.config.aaa.authn.h2.store.rev151128.AbstractAAAH2StoreModuleFactory {
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);
24 public AAAH2StoreModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, BundleContext bundleContext) {
25 AAAH2StoreModule module = super.instantiateModule(instanceName, dependencyResolver, bundleContext);
26 module.setBundleContext(bundleContext);