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:
Comparable<MOColumn<org.snmp4j.smi.OID>>
-
Constructor Summary
ConstructorsConstructorDescriptionRowPointer(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
Modifier and TypeMethodDescriptionprotected voidillegalRowPointer(SubRequest<?> subRequest) voidprepare(SubRequest<?> subRequest, MOTableRow row, MOTableRow preparedChanges, int column) voidsetTargetTable(MOTable targetTable) Methods inherited from class org.snmp4j.agent.mo.MOMutableColumn
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequestMethods inherited from class org.snmp4j.agent.mo.MOColumn
compareTo, get, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
-
Constructor Details
-
RowPointer
-
RowPointer
public RowPointer(int columnID, MOAccess access, org.snmp4j.smi.OID defaultValue, boolean mutableInService)
-
-
Method Details
-
illegalRowPointer
-
prepare
public void prepare(SubRequest<?> subRequest, MOTableRow row, MOTableRow preparedChanges, int column) - Overrides:
preparein classMOMutableColumn<org.snmp4j.smi.OID>
-
getTargetTable
-
setTargetTable
-