90470f0ce61d73aa3be6d46422202d521098a1d1
[vpnservice.git] / nexthopmgr / nexthopmgr-impl / src / main / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / params / xml / ns / yang / nexthopmgr / impl / rev150325 / NexthopmgrImplModule.java
1 package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.nexthopmgr.impl.rev150325;
2
3 import org.opendaylight.vpnservice.nexthopmgr.NexthopmgrProvider;
4
5 public class NexthopmgrImplModule extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.nexthopmgr.impl.rev150325.AbstractNexthopmgrImplModule {
6     public NexthopmgrImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
7         super(identifier, dependencyResolver);
8     }
9
10     public NexthopmgrImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.nexthopmgr.impl.rev150325.NexthopmgrImplModule oldModule, java.lang.AutoCloseable oldInstance) {
11         super(identifier, dependencyResolver, oldModule, oldInstance);
12     }
13
14     @Override
15     public void customValidation() {
16         // add custom validation form module attributes here.
17     }
18
19     @Override
20     public java.lang.AutoCloseable createInstance() {
21         NexthopmgrProvider provider = new NexthopmgrProvider();
22         getBrokerDependency().registerProvider(provider);
23         return provider;
24     }
25
26 }