public class IpNetToMediaTableTracker extends TableTracker
The IpNetToMediaTableEntry class is designed to hold all the MIB-II information for one entry in the ipNetToMediaTable. The table effectively contains a list of these entries, each entry having information about one physical address. The entry contains the ifindex binding, the MAC address, ip address and entry type.
This object is used by the IpNetToMediaTable to hold information single entries in the table. See the IpNetToMediaTable documentation form more information.
Modifier and Type | Class and Description |
---|---|
static class |
IpNetToMediaTableTracker.IpNetToMediaRow |
Modifier and Type | Field and Description |
---|---|
static SnmpObjId |
IPNETTOMEDIA_TABLE_ENTRY
The TABLE_OID is the object identifier that represents
the root of the IP Address table in the MIB forest.
|
static SnmpObjId |
IPNETTOMEDIA_TABLE_IFINDEX |
static SnmpObjId |
IPNETTOMEDIA_TABLE_NETADDR |
static SnmpObjId |
IPNETTOMEDIA_TABLE_PHYSADDR |
static SnmpObjId |
IPNETTOMEDIA_TABLE_TYPE |
static SnmpObjId[] |
ms_elemList
The keys that will be supported by default from the
TreeMap base class.
|
Constructor and Description |
---|
IpNetToMediaTableTracker()
Creates a default instance of the ipNetToMediatableTracker
table entry map.
|
IpNetToMediaTableTracker(RowCallback rowProcessor) |
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processIpNetToMediaRow(IpNetToMediaTableTracker.IpNetToMediaRow row)
processIpNetToMediaRow
|
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 IPNETTOMEDIA_TABLE_ENTRY
The TABLE_OID is the object identifier that represents the root of the IP Address table in the MIB forest.
public static final SnmpObjId IPNETTOMEDIA_TABLE_IFINDEX
public static final SnmpObjId IPNETTOMEDIA_TABLE_PHYSADDR
public static final SnmpObjId IPNETTOMEDIA_TABLE_NETADDR
public static final SnmpObjId IPNETTOMEDIA_TABLE_TYPE
public static SnmpObjId[] ms_elemList
The keys that will be supported by default from the TreeMap base class. Each of the elements in the list are an instance of the IpNetToMediatable. Objects in this list should be used by multiple instances of this class.
public IpNetToMediaTableTracker()
Creates a default instance of the ipNetToMediatableTracker table entry map. The map represents a singular instance of the mac address table. Each column in the table for the loaded instance may be retrieved either through its name or object identifier.
The initial table is constructed with zero elements in the map.
public IpNetToMediaTableTracker(RowCallback rowProcessor)
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 processIpNetToMediaRow(IpNetToMediaTableTracker.IpNetToMediaRow row)
processIpNetToMediaRow
row
- a IpNetToMediaTableTracker.IpNetToMediaRow
object.Copyright © 2021. All rights reserved.