Package org.snmp4j.agent.mo.snmp
Class RowPointer
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
-
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
- Overrides:
preparein classMOMutableColumn<org.snmp4j.smi.OID>
-
getTargetTable
-
setTargetTable
-