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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnmpTableResult
public SnmpTableResult(RowCallback callback,
SnmpObjId... columns)
SnmpTableResult
public SnmpTableResult(RowCallback callback,
RowResultFactory rowResultFactory,
SnmpObjId... columns)
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.