org.opennms.netmgt.linkd.snmp
Class IpRouteTable
java.lang.Object
org.opennms.netmgt.snmp.CollectionTracker
org.opennms.netmgt.snmp.AggregateTracker
org.opennms.netmgt.capsd.snmp.SnmpTable<IpRouteTableEntry>
org.opennms.netmgt.linkd.snmp.IpRouteTable
- All Implemented Interfaces:
- Collectable
public class IpRouteTable
- extends SnmpTable<IpRouteTableEntry>
IpRouteTable uses a SnmpSession to collect the ipRouteTable entries
It implements the SnmpHandler to receive notifications when a reply is
received/error occurs in the SnmpSession used to send requests /recieve
replies.
- Author:
- Antonio Russo, James Zuo, Sowmya, Weave, OpenNMS
- See Also:
- RFC1213
|
Constructor Summary |
IpRouteTable(InetAddress address)
Constructs an IpRouteTable object that is used to collect
the address elements from the remote agent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpRouteTable
public IpRouteTable(InetAddress address)
Constructs an IpRouteTable object that is used to collect
the address elements from the remote agent. Once all
the elements are collected, or there is an error in
the collection the signaler object is notified
to inform other threads.
- Parameters:
session - The session with the remote agent.signaler - The object to notify waiters.- See Also:
IpRouteTableEntry
createTableEntry
protected IpRouteTableEntry createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
- Specified by:
createTableEntry in class SnmpTable<IpRouteTableEntry>
log
protected final Category log()
Copyright © 2009. All Rights Reserved.