Package org.opennms.netmgt.snmp
Class SnmpTableResult
- java.lang.Object
-
- org.opennms.netmgt.snmp.SnmpTableResult
-
- All Implemented Interfaces:
RowResultFactory
public class SnmpTableResult extends java.lang.Object implements RowResultFactory
- Author:
- brozow
-
-
Constructor Summary
Constructors Constructor Description SnmpTableResult(RowCallback callback, RowResultFactory rowResultFactory, SnmpObjId... columns)
SnmpTableResult(RowCallback callback, SnmpObjId... columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
columnFinished(SnmpObjId columnId)
SnmpRowResult
createRowResult(int columnCount, SnmpInstId instance)
boolean
isFinished()
void
setFinished(boolean finished)
void
tableFinished()
-
-
-
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()
-
tableFinished
public void tableFinished()
-
columnFinished
public void columnFinished(SnmpObjId columnId)
-
createRowResult
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
- Specified by:
createRowResult
in interfaceRowResultFactory
-
-