public class UsmKeyChange extends KeyChange
Modifier and Type | Field and Description |
---|---|
static int |
AUTH_KEY_CHANGE |
static int |
PRIV_KEY_CHANGE |
Constructor and Description |
---|
UsmKeyChange(int columnID,
MOAccess access,
int type) |
Modifier and Type | Method and Description |
---|---|
void |
commit(SubRequest subRequest,
MOTableRow row,
MOTableRow changeSet,
int column) |
protected int |
getDigestLength(UsmMIB.UsmTableRow row,
MOTableRow changeSet) |
void |
prepare(SubRequest subRequest,
MOTableRow row,
MOTableRow changeSet,
int column) |
addMOValueValidationListener, cleanup, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequest
compareTo, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
public static final int AUTH_KEY_CHANGE
public static final int PRIV_KEY_CHANGE
public UsmKeyChange(int columnID, MOAccess access, int type)
public void prepare(SubRequest subRequest, MOTableRow row, MOTableRow changeSet, int column)
prepare
in class MOMutableColumn
protected int getDigestLength(UsmMIB.UsmTableRow row, MOTableRow changeSet)
public void commit(SubRequest subRequest, MOTableRow row, MOTableRow changeSet, int column)
commit
in class MOMutableColumn
Copyright © 2017 SNMP4J.org. All rights reserved.