public class LldpRemTableTracker extends TableTracker
| Modifier and Type | Class and Description |
|---|---|
static class |
LldpRemTableTracker.LldpRemRow |
| Modifier and Type | Field and Description |
|---|---|
static SnmpObjId |
LLDP_REM_CHASSIS_ID |
static SnmpObjId |
LLDP_REM_CHASSIS_ID_SUBTYPE |
static SnmpObjId |
LLDP_REM_PORT_DESCR |
static SnmpObjId |
LLDP_REM_PORT_ID |
static SnmpObjId |
LLDP_REM_PORT_ID_SUBTYPE |
static SnmpObjId |
LLDP_REM_SYSNAME |
static SnmpObjId |
LLDP_REM_TABLE_ENTRY |
static SnmpObjId[] |
s_lldpremtable_elemList |
GEN_ERR, NO_ERR, NO_SUCH_NAME_ERR, TOO_BIG_ERR| Constructor and Description |
|---|
LldpRemTableTracker() |
LldpRemTableTracker(RowCallback rowProcessor)
Constructor for LldpRemTableTracker.
|
| Modifier and Type | Method and Description |
|---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processLldpRemRow(LldpRemTableTracker.LldpRemRow row)
processLldpRemRow
|
void |
rowCompleted(SnmpRowResult row) |
buildNextPdu, isFinished, setMaxRepetitions, storeResultfailed, getCollectionTracker, getParent, reportGenErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOutpublic static final SnmpObjId LLDP_REM_TABLE_ENTRY
public static final SnmpObjId LLDP_REM_CHASSIS_ID_SUBTYPE
public static final SnmpObjId LLDP_REM_CHASSIS_ID
public static final SnmpObjId LLDP_REM_PORT_ID_SUBTYPE
public static final SnmpObjId LLDP_REM_PORT_ID
public static final SnmpObjId LLDP_REM_PORT_DESCR
public static final SnmpObjId LLDP_REM_SYSNAME
public static final SnmpObjId[] s_lldpremtable_elemList
public LldpRemTableTracker()
public LldpRemTableTracker(RowCallback rowProcessor)
Constructor for LldpRemTableTracker.
rowProcessor - a RowCallback object.public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult in interface RowResultFactorycreateRowResult in class TableTrackerpublic void rowCompleted(SnmpRowResult row)
rowCompleted in interface RowCallbackrowCompleted in class TableTrackerpublic void processLldpRemRow(LldpRemTableTracker.LldpRemRow row)
processLldpRemRow
row - a LldpRemTableTracker.LldpRemRow object.Copyright © 2015. All rights reserved.