Package org.opennms.netmgt.snmp.joesnmp
Class JoeSnmpWalker.GetBulkBuilder
- java.lang.Object
-
- org.opennms.netmgt.snmp.PduBuilder
-
- org.opennms.netmgt.snmp.SnmpWalker.WalkerPduBuilder
-
- org.opennms.netmgt.snmp.joesnmp.JoeSnmpWalker.JoeSnmpPduBuilder
-
- org.opennms.netmgt.snmp.joesnmp.JoeSnmpWalker.GetBulkBuilder
-
- Enclosing class:
- JoeSnmpWalker
public class JoeSnmpWalker.GetBulkBuilder extends JoeSnmpWalker.JoeSnmpPduBuilder
-
-
Constructor Summary
Constructors Constructor Description GetBulkBuilder(int maxVarsPerPdu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOid(SnmpObjId snmpObjId)
SnmpPduPacket
getPdu()
void
reset()
void
setMaxRepetitions(int maxRepetitions)
void
setNonRepeaters(int numNonRepeaters)
-
Methods inherited from class org.opennms.netmgt.snmp.PduBuilder
getMaxVarsPerPdu, setMaxVarsPerPdu
-
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
reset
in classSnmpWalker.WalkerPduBuilder
-
getPdu
public SnmpPduPacket getPdu()
- Specified by:
getPdu
in classJoeSnmpWalker.JoeSnmpPduBuilder
-
addOid
public void addOid(SnmpObjId snmpObjId)
- Specified by:
addOid
in classPduBuilder
-
setNonRepeaters
public void setNonRepeaters(int numNonRepeaters)
- Specified by:
setNonRepeaters
in classPduBuilder
-
setMaxRepetitions
public void setMaxRepetitions(int maxRepetitions)
- Specified by:
setMaxRepetitions
in classPduBuilder
-
-