- java.lang.Object
-
- org.snmp4j.agent.mo.MOColumn<V>
-
- org.snmp4j.agent.mo.MOMutableColumn<org.snmp4j.smi.OID>
-
- org.snmp4j.agent.mo.snmp.RowPointer
-
- All Implemented Interfaces:
java.lang.Comparable
public class RowPointer extends MOMutableColumn<org.snmp4j.smi.OID>
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
Methods inherited from class org.snmp4j.agent.mo.MOColumn
compareTo, get, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
-
Methods inherited from class org.snmp4j.agent.mo.MOMutableColumn
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequest
-
-
-
-
Method Detail
-
illegalRowPointer
protected void illegalRowPointer(SubRequest subRequest)
-
prepare
public void prepare(SubRequest subRequest, MOTableRow row, MOTableRow preparedChanges, int column)
- Overrides:
prepare
in classMOMutableColumn<org.snmp4j.smi.OID>
-
getTargetTable
public MOTable getTargetTable()
-
setTargetTable
public void setTargetTable(MOTable targetTable)
-
-