Package org.opennms.netmgt.enlinkd.snmp
Class TimeTetraLldpRemTableTracker
- java.lang.Object
-
- org.opennms.netmgt.snmp.CollectionTracker
-
- org.opennms.netmgt.snmp.TableTracker
-
- org.opennms.netmgt.enlinkd.snmp.TimeTetraLldpRemTableTracker
-
- All Implemented Interfaces:
Collectable
,ProxiableTracker
,RowCallback
,RowResultFactory
public class TimeTetraLldpRemTableTracker extends TableTracker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimeTetraLldpRemTableTracker.TimeTetraLldpRemRow
-
Field Summary
Fields Modifier and Type Field Description static SnmpObjId[]
s_timetetralldpremtable_elemList
static SnmpObjId
TIMETETRA_LLDP_REM_CHASSIS_ID
static SnmpObjId
TIMETETRA_LLDP_REM_CHASSIS_ID_SUBTYPE
static SnmpObjId
TIMETETRA_LLDP_REM_PORT_DESCR
static SnmpObjId
TIMETETRA_LLDP_REM_PORT_ID
static SnmpObjId
TIMETETRA_LLDP_REM_PORT_ID_SUBTYPE
static SnmpObjId
TIMETETRA_LLDP_REM_SYSNAME
static SnmpObjId
TIMETETRA_LLDP_REM_TABLE_ENTRY
-
Constructor Summary
Constructors Constructor Description TimeTetraLldpRemTableTracker()
TimeTetraLldpRemTableTracker(RowCallback rowProcessor)
Constructor for LldpRemTableTracker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpRowResult
createRowResult(int columnCount, SnmpInstId instance)
void
processLldpRemRow(TimeTetraLldpRemTableTracker.TimeTetraLldpRemRow row)
processLldpRemRowvoid
rowCompleted(SnmpRowResult row)
-
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
-
-
-
-
Field Detail
-
TIMETETRA_LLDP_REM_TABLE_ENTRY
public static final SnmpObjId TIMETETRA_LLDP_REM_TABLE_ENTRY
-
TIMETETRA_LLDP_REM_CHASSIS_ID_SUBTYPE
public static final SnmpObjId TIMETETRA_LLDP_REM_CHASSIS_ID_SUBTYPE
-
TIMETETRA_LLDP_REM_CHASSIS_ID
public static final SnmpObjId TIMETETRA_LLDP_REM_CHASSIS_ID
-
TIMETETRA_LLDP_REM_PORT_ID_SUBTYPE
public static final SnmpObjId TIMETETRA_LLDP_REM_PORT_ID_SUBTYPE
-
TIMETETRA_LLDP_REM_PORT_ID
public static final SnmpObjId TIMETETRA_LLDP_REM_PORT_ID
-
TIMETETRA_LLDP_REM_PORT_DESCR
public static final SnmpObjId TIMETETRA_LLDP_REM_PORT_DESCR
-
TIMETETRA_LLDP_REM_SYSNAME
public static final SnmpObjId TIMETETRA_LLDP_REM_SYSNAME
-
s_timetetralldpremtable_elemList
public static final SnmpObjId[] s_timetetralldpremtable_elemList
-
-
Constructor Detail
-
TimeTetraLldpRemTableTracker
public TimeTetraLldpRemTableTracker()
-
TimeTetraLldpRemTableTracker
public TimeTetraLldpRemTableTracker(RowCallback rowProcessor)
Constructor for LldpRemTableTracker.
- Parameters:
rowProcessor
- aRowCallback
object.
-
-
Method Detail
-
createRowResult
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
- Specified by:
createRowResult
in interfaceRowResultFactory
- Overrides:
createRowResult
in classTableTracker
-
rowCompleted
public void rowCompleted(SnmpRowResult row)
- Specified by:
rowCompleted
in interfaceRowCallback
- Overrides:
rowCompleted
in classTableTracker
-
processLldpRemRow
public void processLldpRemRow(TimeTetraLldpRemTableTracker.TimeTetraLldpRemRow row)
processLldpRemRow
- Parameters:
row
- aTimeTetraLldpRemTableTracker.TimeTetraLldpRemRow
object.
-
-