org.opendaylight.cardinal.impl.OdlNetconfTablesMBean Maven / Gradle / Ivy
The newest version!
/*
* Copyright © 2016 TCS and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.cardinal.impl;
//
// Generated by mibgen version 5.1 (03/08/07) when compiling ODL-CARDINAL-MIB in standard metadata mode.
//
// jmx imports
//
import com.sun.management.snmp.SnmpStatusException;
/**
* This interface is used for representing the remote management interface for
* the "OdlNetconfTables" MBean.
*/
public interface OdlNetconfTablesMBean {
/**
* Access the "OdlNetconfTable" variable.
*/
public TableOdlNetconfTable accessOdlNetconfTable() throws SnmpStatusException;
}