org.opennms.netmgt.snmp
Class SnmpTableResult

java.lang.Object
  extended by org.opennms.netmgt.snmp.SnmpTableResult
All Implemented Interfaces:
RowResultFactory

public class SnmpTableResult
extends java.lang.Object
implements RowResultFactory

Author:
brozow

Constructor Summary
SnmpTableResult(RowCallback callback, RowResultFactory rowResultFactory, SnmpObjId... columns)
           
SnmpTableResult(RowCallback callback, SnmpObjId... columns)
           
 
Method Summary
 void columnFinished(SnmpObjId columnId)
           
 SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
           
 boolean isFinished()
           
 void setFinished(boolean finished)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpTableResult

public SnmpTableResult(RowCallback callback,
                       SnmpObjId... columns)

SnmpTableResult

public SnmpTableResult(RowCallback callback,
                       RowResultFactory rowResultFactory,
                       SnmpObjId... columns)
Method Detail

setFinished

public void setFinished(boolean finished)

isFinished

public boolean isFinished()

columnFinished

public void columnFinished(SnmpObjId columnId)
Parameters:
base -

createRowResult

public SnmpRowResult createRowResult(int columnCount,
                                     SnmpInstId instance)
Specified by:
createRowResult in interface RowResultFactory


Copyright © 2010. All Rights Reserved.