/* * Generated file * * Generated from: yang module name: aaa-idmlight yang module local name: aaa-idmlight * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator * Generated at: Fri Dec 04 11:37:37 PST 2015 * * Do not modify this file unless it is present under src/main directory */ package org.opendaylight.yang.gen.v1.config.aaa.authn.idmlight.rev151204; import org.opendaylight.controller.config.api.DependencyResolver; import org.osgi.framework.BundleContext; public class AAAIDMLightModuleFactory extends org.opendaylight.yang.gen.v1.config.aaa.authn.idmlight.rev151204.AbstractAAAIDMLightModuleFactory { @Override public AAAIDMLightModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, AAAIDMLightModule oldModule, AutoCloseable oldInstance, BundleContext bundleContext) { AAAIDMLightModule module = super.instantiateModule(instanceName, dependencyResolver, oldModule, oldInstance, bundleContext); module.setBundleContext(bundleContext); return module; } @Override public AAAIDMLightModule instantiateModule(String instanceName, DependencyResolver dependencyResolver, BundleContext bundleContext) { AAAIDMLightModule module = super.instantiateModule(instanceName, dependencyResolver, bundleContext); module.setBundleContext(bundleContext); return module; } }