org.opennms.netmgt.snmp.joesnmp
Class JoeSnmpWalker.GetNextBuilder

java.lang.Object
  extended by org.opennms.netmgt.snmp.PduBuilder
      extended by org.opennms.netmgt.snmp.SnmpWalker.WalkerPduBuilder
          extended by org.opennms.netmgt.snmp.joesnmp.JoeSnmpWalker.JoeSnmpPduBuilder
              extended by org.opennms.netmgt.snmp.joesnmp.JoeSnmpWalker.GetNextBuilder
Enclosing class:
JoeSnmpWalker

public static class JoeSnmpWalker.GetNextBuilder
extends JoeSnmpWalker.JoeSnmpPduBuilder


Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public void reset()
Specified by:
reset in class SnmpWalker.WalkerPduBuilder

getPdu

public SnmpPduPacket getPdu()
Specified by:
getPdu in class JoeSnmpWalker.JoeSnmpPduBuilder

addOid

public void addOid(SnmpObjId snmpObjId)
Specified by:
addOid in class PduBuilder

setNonRepeaters

public void setNonRepeaters(int numNonRepeaters)
Specified by:
setNonRepeaters in class PduBuilder

setMaxRepetitions

public void setMaxRepetitions(int maxRepetitions)
Specified by:
setMaxRepetitions in class PduBuilder


Copyright © 2011. All Rights Reserved.