|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.snmp.AbstractSnmpStore
org.opennms.netmgt.capsd.snmp.SnmpStore
org.opennms.netmgt.capsd.snmp.SnmpTableEntry
org.opennms.netmgt.linkd.snmp.IpNetToMediaTableEntry
public final class IpNetToMediaTableEntry
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 infomation single entries in the table. See the IpNetToMediaTable documentation form more information.
IpNetToMediaTable,
RFC1213| Field Summary | |
|---|---|
static String |
INTM_INDEX
Constant INTM_INDEX="ipNetToMediaIfIndex" |
static String |
INTM_NETADDR
Constant INTM_NETADDR="ipNetToMediaNetAddress" |
static String |
INTM_PHYSADDR
Constant INTM_PHYSADDR="ipNetToMediaPhysAddress" |
static String |
INTM_TYPE
Constant INTM_TYPE="ipNetToMediatype" |
static NamedSnmpVar[] |
ms_elemList
The keys that will be supported by default from the TreeMap base class. |
static String |
TABLE_OID
The TABLE_OID is the object identifier that represents the root of the IP Address table in the MIB forest. |
| Fields inherited from class org.opennms.netmgt.snmp.AbstractSnmpStore |
|---|
IFINDEX |
| Constructor Summary | |
|---|---|
IpNetToMediaTableEntry()
Creates a default instance of the ipNetToMedia table entry map. |
|
| Method Summary | |
|---|---|
int |
getIpNetToMediaIfIndex()
getIpNetToMediaIfIndex |
InetAddress |
getIpNetToMediaNetAddress()
getIpNetToMediaNetAddress |
String |
getIpNetToMediaPhysAddress()
getIpNetToMediaPhysAddress |
int |
getIpNetToMediatype()
getIpNetToMediatype |
| Methods inherited from class org.opennms.netmgt.capsd.snmp.SnmpStore |
|---|
getElementListSize, getElements, log, storeResult |
| Methods inherited from class org.opennms.netmgt.snmp.AbstractSnmpStore |
|---|
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INTM_INDEX
INTM_INDEX="ipNetToMediaIfIndex"
public static final String INTM_PHYSADDR
INTM_PHYSADDR="ipNetToMediaPhysAddress"
public static final String INTM_NETADDR
INTM_NETADDR="ipNetToMediaNetAddress"
public static final String INTM_TYPE
INTM_TYPE="ipNetToMediatype"
public static NamedSnmpVar[] 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 static final String TABLE_OID
The TABLE_OID is the object identifier that represents the root of the IP Address table in the MIB forest.
| Constructor Detail |
|---|
public IpNetToMediaTableEntry()
Creates a default instance of the ipNetToMedia 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 retreived either through its name or object identifier.
The initial table is constructied with zero elements in the map.
| Method Detail |
|---|
public int getIpNetToMediaIfIndex()
getIpNetToMediaIfIndex
public String getIpNetToMediaPhysAddress()
getIpNetToMediaPhysAddress
String object.public InetAddress getIpNetToMediaNetAddress()
getIpNetToMediaNetAddress
InetAddress object.public int getIpNetToMediatype()
getIpNetToMediatype
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||