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, validateSetRequestcompareTo, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTablepublic 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 MOMutableColumnprotected int getDigestLength(UsmMIB.UsmTableRow row, MOTableRow changeSet)
public void commit(SubRequest subRequest, MOTableRow row, MOTableRow changeSet, int column)
commit in class MOMutableColumnCopyright © 2020 SNMP4J.org. All rights reserved.