Examples of destroyRow()


Examples of org.snmp4j.util.TableUtils.destroyRow()

    checkNoNulls(address, rowStatusColumnOid, rowIndex);

    final Target target = this.createTarget(address);
    final TableUtils tableUtils = new TableUtils(this.snmp, new DefaultPDUFactory());
    return tableUtils.destroyRow(target, rowStatusColumnOid, rowIndex);
  }

  /**
   * @see org.chiefly.sunlamp.SNMP#getAsync(org.snmp4j.smi.Address, org.snmp4j.event.ResponseListener,
   *      java.lang.Object, org.snmp4j.smi.OID[])
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.