b1e278fadf81cb9fa5426c5ac6cfa35089e650ad
[moon.git] /
1 /*
2  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  *
8  */
9
10 /*
11  * Generated file
12  *
13  * Generated from: yang module name: aaa-authn-mdsal-store-cfg yang module local name: aaa-authn-mdsal-store
14  * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
15  * Generated at: Thu Mar 19 18:06:18 CET 2015
16  *
17  * Do not modify this file unless it is present under src/main directory
18  */
19 package org.opendaylight.yang.gen.v1.config.aaa.authn.mdsal.store.rev141031;
20
21 import org.opendaylight.controller.config.api.DependencyResolver;
22 import org.osgi.framework.BundleContext;
23
24 public class AuthNStoreModuleFactory
25         extends
26         org.opendaylight.yang.gen.v1.config.aaa.authn.mdsal.store.rev141031.AbstractAuthNStoreModuleFactory {
27
28     @Override
29     public AuthNStoreModule instantiateModule(String instanceName,
30             DependencyResolver dependencyResolver, BundleContext bundleContext) {
31         AuthNStoreModule module = super.instantiateModule(instanceName, dependencyResolver,
32                 bundleContext);
33         module.setBundleContext(bundleContext);
34         return module;
35     }
36
37     @Override
38     public AuthNStoreModule instantiateModule(String instanceName,
39             DependencyResolver dependencyResolver, AuthNStoreModule oldModule,
40             AutoCloseable oldInstance, BundleContext bundleContext) {
41         AuthNStoreModule module = super.instantiateModule(instanceName, dependencyResolver,
42                 oldModule, oldInstance, bundleContext);
43         module.setBundleContext(bundleContext);
44         return module;
45     }
46 }