Uses of Class
org.opennms.protocols.snmp.SnmpPduRequest

Packages that use SnmpPduRequest
org.opennms.bb.dp.capsd.snmp   
org.opennms.protocols.snmp   
 

Uses of SnmpPduRequest in org.opennms.bb.dp.capsd.snmp
 

Methods in org.opennms.bb.dp.capsd.snmp that return SnmpPduRequest
static SnmpPduRequest IpRouteTableEntry.getNextPdu()
          This method is used to get a generic SNMP GETNEXT PDU that constains one varbind per member element.
static SnmpPduRequest IpAddrTableEntry.getNextPdu()
          This method is used to get a generic SNMP GETNEXT PDU that constains one varbind per member element.
static SnmpPduRequest SystemGroup.getPdu()
          This method is used to build the initial SNMP PDU that is sent to the remote host.
static SnmpPduRequest IfTableEntry.getNextPdu()
          This method is used to get a generic SNMP GETNEXT PDU that constains one varbind per member element.
static SnmpPduRequest IpNetToMediaTableEntry.getNextPdu()
          This method is used to get a generic SNMP GETNEXT PDU that constains one varbind per member element.
 

Uses of SnmpPduRequest in org.opennms.protocols.snmp
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpPduRequest
SnmpPduRequest(SnmpPduRequest second)
          Class copy constructor.