org.opennms.netmgt.snmp
Class ColumnTracker

java.lang.Object
  extended by org.opennms.netmgt.snmp.CollectionTracker
      extended by org.opennms.netmgt.snmp.ColumnTracker
All Implemented Interfaces:
Collectable

public class ColumnTracker
extends CollectionTracker


Field Summary
 
Fields inherited from class org.opennms.netmgt.snmp.CollectionTracker
GEN_ERR, NO_ERR, NO_SUCH_NAME_ERR, TOO_BIG_ERR
 
Constructor Summary
ColumnTracker(SnmpObjId base)
           
 
Method Summary
 ResponseProcessor buildNextPdu(PduBuilder pduBuilder)
           
protected  void errorOccurred()
           
 int getMaxRepetitions()
           
 boolean isFinished()
           
protected  void receivedEndOfMib()
           
 void setMaxRepetitions(int maxRepetitions)
           
 
Methods inherited from class org.opennms.netmgt.snmp.CollectionTracker
failed, getCollectionTracker, getParent, reportGenErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setParent, setTimedOut, storeResult, timedOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnTracker

public ColumnTracker(SnmpObjId base)
Method Detail

isFinished

public boolean isFinished()
Specified by:
isFinished in class CollectionTracker

buildNextPdu

public ResponseProcessor buildNextPdu(PduBuilder pduBuilder)
Specified by:
buildNextPdu in class CollectionTracker

getMaxRepetitions

public int getMaxRepetitions()

setMaxRepetitions

public void setMaxRepetitions(int maxRepetitions)

receivedEndOfMib

protected void receivedEndOfMib()

errorOccurred

protected void errorOccurred()


Copyright © 2007. All Rights Reserved.