Package org.opennms.netmgt.enlinkd.snmp
Class MtxrLldpRemTableTracker
- java.lang.Object
-
- org.opennms.netmgt.snmp.CollectionTracker
-
- org.opennms.netmgt.snmp.TableTracker
-
- org.opennms.netmgt.enlinkd.snmp.LldpRemTableTracker
-
- org.opennms.netmgt.enlinkd.snmp.MtxrLldpRemTableTracker
-
- All Implemented Interfaces:
Collectable
,ProxiableTracker
,RowCallback
,RowResultFactory
public class MtxrLldpRemTableTracker extends LldpRemTableTracker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MtxrLldpRemTableTracker.MtxrLldpRemRow
-
Nested classes/interfaces inherited from class org.opennms.netmgt.enlinkd.snmp.LldpRemTableTracker
LldpRemTableTracker.LldpRemRow
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.enlinkd.snmp.LldpRemTableTracker
LLDP_REM_CHASSIS_ID, LLDP_REM_CHASSIS_ID_SUBTYPE, LLDP_REM_PORT_DESCR, LLDP_REM_PORT_ID, LLDP_REM_PORT_ID_SUBTYPE, LLDP_REM_SYSNAME, LLDP_REM_TABLE_ENTRY, s_lldpremtable_elemList
-
-
Constructor Summary
Constructors Constructor Description MtxrLldpRemTableTracker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpRowResult
createRowResult(int columnCount, SnmpInstId instance)
void
processMtxrLldpRemRow(MtxrLldpRemTableTracker.MtxrLldpRemRow row)
processMtxrLldpRemRowvoid
rowCompleted(SnmpRowResult row)
-
Methods inherited from class org.opennms.netmgt.enlinkd.snmp.LldpRemTableTracker
decodeLldpPortId, processLldpRemRow
-
Methods inherited from class org.opennms.netmgt.snmp.TableTracker
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setMaxRepetitions, setMaxRetries, storeResult
-
Methods inherited from class org.opennms.netmgt.snmp.CollectionTracker
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOut
-
-
-
-
Method Detail
-
createRowResult
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
- Specified by:
createRowResult
in interfaceRowResultFactory
- Overrides:
createRowResult
in classLldpRemTableTracker
-
rowCompleted
public void rowCompleted(SnmpRowResult row)
- Specified by:
rowCompleted
in interfaceRowCallback
- Overrides:
rowCompleted
in classLldpRemTableTracker
-
processMtxrLldpRemRow
public void processMtxrLldpRemRow(MtxrLldpRemTableTracker.MtxrLldpRemRow row)
processMtxrLldpRemRow
- Parameters:
row
- aLldpRemTableTracker.LldpRemRow
object.
-
-