Prevent ConfigPusher from killing its thread
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / config / yang / md / sal / binding / impl / RpcBrokerImplModule.java
1 /**
2  * Generated file
3
4  * Generated from: yang module name: opendaylight-sal-binding-broker-impl  yang module local name: binding-rpc-broker
5  * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6  * Generated at: Wed Nov 20 17:33:01 CET 2013
7  *
8  * Do not modify this file unless it is present under src/main directory
9  */
10 package org.opendaylight.controller.config.yang.md.sal.binding.impl;
11
12 /**
13 *
14 */
15 public final class RpcBrokerImplModule extends
16         org.opendaylight.controller.config.yang.md.sal.binding.impl.AbstractRpcBrokerImplModule {
17
18     public RpcBrokerImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
19             org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
20         super(identifier, dependencyResolver);
21     }
22
23     public RpcBrokerImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
24             org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
25             RpcBrokerImplModule oldModule, java.lang.AutoCloseable oldInstance) {
26         super(identifier, dependencyResolver, oldModule, oldInstance);
27     }
28
29     @Override
30     public void validate() {
31         super.validate();
32         // Add custom validation for module attributes here.
33     }
34
35     @Override
36     public java.lang.AutoCloseable createInstance() {
37         // TODO:implement
38         throw new java.lang.UnsupportedOperationException("Unimplemented stub method");
39     }
40 }