Removal of interfaces used by the packetcable-consumer bundle that has neither been...
[packetcable.git] / packetcable-consumer / src / main / java / org / opendaylight / controller / config / yang / config / pcmm_service / impl / PcmmServiceModule.java
1 /*
2  * Copyright 2015, CableLabs
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 package org.opendaylight.controller.config.yang.config.pcmm_service.impl;
9
10 public class PcmmServiceModule
11                 extends
12                 org.opendaylight.controller.config.yang.config.pcmm_service.impl.AbstractPcmmServiceModule {
13         public PcmmServiceModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
14                 super(identifier, dependencyResolver);
15         }
16
17         public PcmmServiceModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.opendaylight.controller.config.yang.config.pcmm_service.impl.PcmmServiceModule oldModule, java.lang.AutoCloseable oldInstance) {
18                 super(identifier, dependencyResolver, oldModule, oldInstance);
19         }
20
21         @Override
22         public void customValidation() {
23                 // add custom validation form module attributes here.
24         }
25
26         @Override
27         public java.lang.AutoCloseable createInstance() {
28                 throw new UnsupportedOperationException("Implement me");
29         }
30
31 }