java.lang.Comparable
public class RowPointer extends MOMutableColumn<org.snmp4j.smi.OID>
Constructor | Description |
---|---|
RowPointer(int columnID,
MOAccess access,
org.snmp4j.smi.OID defaultValue,
boolean mutableInService) |
|
RowPointer(int columnID,
MOAccess access,
org.snmp4j.smi.OID defaultValue,
boolean mutableInService,
MOTable targetTable) |
Modifier and Type | Method | Description |
---|---|---|
MOTable |
getTargetTable() |
|
protected void |
illegalRowPointer(SubRequest subRequest) |
|
void |
prepare(SubRequest subRequest,
MOTableRow row,
MOTableRow preparedChanges,
int column) |
|
void |
setTargetTable(MOTable targetTable) |
compareTo, get, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequest
public RowPointer(int columnID, MOAccess access, org.snmp4j.smi.OID defaultValue, boolean mutableInService, MOTable targetTable)
public RowPointer(int columnID, MOAccess access, org.snmp4j.smi.OID defaultValue, boolean mutableInService)
protected void illegalRowPointer(SubRequest subRequest)
public void prepare(SubRequest subRequest, MOTableRow row, MOTableRow preparedChanges, int column)
prepare
in class MOMutableColumn<org.snmp4j.smi.OID>
public MOTable getTargetTable()
public void setTargetTable(MOTable targetTable)
Copyright © 2018 SNMP4J.org. All rights reserved.