final OID lowerBoundIndex, final OID upperBoundIndex, final OID... columnOids) {
checkNoNulls(address, listener, handle, lowerBoundIndex, upperBoundIndex, columnOids);
final Target target = this.createTarget(address);
final TableUtils tableUtils = new TableUtils(this.snmp, new DefaultPDUFactory());
tableUtils.getDenseTable(target, columnOids, listener, handle, lowerBoundIndex, upperBoundIndex);
}