Package org.snmp4j.util

Examples of org.snmp4j.util.TableUtils$Row


      final OID... columnOids) {

    checkNoNulls(address, lowerBoundIndex, upperBoundIndex, columnOids);

    final Target target = this.createTarget(address);
    final TableUtils tableUtils = new TableUtils(this.snmp, new DefaultPDUFactory());
    return tableUtils.getTable(target, columnOids, lowerBoundIndex, upperBoundIndex);
  }
View Full Code Here

TOP

Related Classes of org.snmp4j.util.TableUtils$Row

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.