4 * Generated from: yang module name: aaa-idmlight yang module local name: aaa-idmlight
5 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6 * Generated at: Fri Dec 04 11:37:37 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.idmlight.rev151204;
12 import org.opendaylight.controller.config.api.DependencyResolver;
13 import org.osgi.framework.BundleContext;
15 public class AAAIDMLightModuleFactory extends org.opendaylight.yang.gen.v1.config.aaa.authn.idmlight.rev151204.AbstractAAAIDMLightModuleFactory {
17 public AAAIDMLightModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, AAAIDMLightModule oldModule, AutoCloseable oldInstance, BundleContext bundleContext) {
18 AAAIDMLightModule module = super.instantiateModule(instanceName, dependencyResolver, oldModule, oldInstance, bundleContext);
19 module.setBundleContext(bundleContext);
24 public AAAIDMLightModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, BundleContext bundleContext) {
25 AAAIDMLightModule module = super.instantiateModule(instanceName, dependencyResolver, bundleContext);
26 module.setBundleContext(bundleContext);