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 |
Constructor and Description |
---|
LldpRemTableTracker() |
LldpRemTableTracker(RowCallback rowProcessor)
Constructor for LldpRemTableTracker.
|
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
static String |
decodeLldpPortId(Integer lldpPortIdSubType,
SnmpValue lldpportid) |
void |
processLldpRemRow(LldpRemTableTracker.LldpRemRow row)
processLldpRemRow
|
void |
rowCompleted(SnmpRowResult row) |
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setMaxRepetitions, setMaxRetries, storeResult
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOut
public 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 static String decodeLldpPortId(Integer lldpPortIdSubType, SnmpValue lldpportid)
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult
in interface RowResultFactory
createRowResult
in class TableTracker
public void rowCompleted(SnmpRowResult row)
rowCompleted
in interface RowCallback
rowCompleted
in class TableTracker
public void processLldpRemRow(LldpRemTableTracker.LldpRemRow row)
processLldpRemRow
row
- a LldpRemTableTracker.LldpRemRow
object.Copyright © 2021. All rights reserved.