public class SnmpTableResult extends Object implements RowResultFactory
| Constructor and Description |
|---|
SnmpTableResult(RowCallback callback,
RowResultFactory rowResultFactory,
SnmpObjId... columns) |
SnmpTableResult(RowCallback callback,
SnmpObjId... columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
columnFinished(SnmpObjId columnId) |
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
boolean |
isFinished() |
void |
setFinished(boolean finished) |
public SnmpTableResult(RowCallback callback, SnmpObjId... columns)
public SnmpTableResult(RowCallback callback, RowResultFactory rowResultFactory, SnmpObjId... columns)
public void setFinished(boolean finished)
public boolean isFinished()
public void columnFinished(SnmpObjId columnId)
base - public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult in interface RowResultFactoryCopyright © 2015. All Rights Reserved.