Package org.opennms.bb.dp.capsd.snmp

Interface Summary
Signaler The Signaler interface was designed to get around the problem of not being able to extend the functionality of the Object.notify and Object.notifyAll methods.
 

Class Summary
IfTable The IfTable uses a SnmpSession to collect the entries in the remote agent's interface table.
IfTableEntry This object contains a list of all the elements defined in the MIB-II interface table.
IpAddrTable IpAddrTable uses a SnmpSession to collect the ipAddrTable entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
IpAddrTableEntry The IpAddrTableEntry class is designed to hold all the MIB-II information for one entry in the ipAddrTable.
IpNetToMediaTable The IpNetToMediaTable uses a SnmpSession to collect the entries in the remote agent's ipNetToMedia table.
IpNetToMediaTableEntry This object contains a list of all the elements defined in the MIB-II ipNetToMedia table.
IpRouteTable The IpRouteTable uses an SnmpSesion to collect the entries that are contained in an agents MIB-II routing table.
IpRouteTableEntry Holds an entry from the 'ipRouteTable'
NamedSnmpVar The NamedSnmpVar class is used to associate a name for a particular snmp instance with its object identifier.
SystemGroup SystemGroup holds the system group properties It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.