public class RowPointer extends MOMutableColumn<org.snmp4j.smi.OID>
| Constructor and 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 and Description |
|---|---|
MOTable |
getTargetTable() |
protected void |
illegalRowPointer(SubRequest subRequest) |
void |
prepare(SubRequest subRequest,
MOTableRow row,
MOTableRow preparedChanges,
int column) |
void |
setTargetTable(MOTable targetTable) |
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequestcompareTo, get, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTablepublic 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 © 2020 SNMP4J.org. All rights reserved.