- java.lang.Object
-
- org.snmp4j.agent.mo.MOColumn<V>
-
- org.snmp4j.agent.mo.MOMutableColumn
-
- org.snmp4j.agent.mo.snmp.KeyChange
-
- org.snmp4j.agent.mo.snmp.UsmKeyChange
-
- org.snmp4j.agent.mo.snmp.UsmOwnKeyChange
-
- All Implemented Interfaces:
java.lang.Comparable
public class UsmOwnKeyChange extends UsmKeyChange
-
-
Field Summary
-
Fields inherited from class org.snmp4j.agent.mo.snmp.UsmKeyChange
AUTH_KEY_CHANGE, PRIV_KEY_CHANGE
-
-
Constructor Summary
Constructors Constructor Description UsmOwnKeyChange(int columnID, MOAccess access, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare(SubRequest subRequest, MOTableRow row, MOTableRow changeSet, int column)
-
Methods inherited from class org.snmp4j.agent.mo.MOColumn
compareTo, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
-
Methods inherited from class org.snmp4j.agent.mo.MOMutableColumn
addMOValueValidationListener, cleanup, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequest
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.snmp4j.agent.mo.snmp.UsmKeyChange
commit, getDigestLength
-
-
-
-
Constructor Detail
-
UsmOwnKeyChange
public UsmOwnKeyChange(int columnID, MOAccess access, int type)
-
-
Method Detail
-
prepare
public void prepare(SubRequest subRequest, MOTableRow row, MOTableRow changeSet, int column)
- Overrides:
prepare
in classUsmKeyChange
-
-