public class KeyChange extends MOMutableColumn
| Constructor and Description |
|---|
KeyChange(int columnID,
MOAccess access,
org.snmp4j.smi.OctetString defaultValue,
boolean mutableInService) |
| Modifier and Type | Method and Description |
|---|---|
static org.snmp4j.smi.OctetString |
changeKey(org.snmp4j.security.AuthenticationProtocol authProtocol,
org.snmp4j.smi.OctetString oldKey,
org.snmp4j.smi.OctetString keyChange,
int keyLength) |
void |
get(SubRequest subRequest,
MOTableRow row,
int column)
Process a get sub-request for the specified table row and column.
|
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, prepare, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequestcompareTo, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTablepublic KeyChange(int columnID,
MOAccess access,
org.snmp4j.smi.OctetString defaultValue,
boolean mutableInService)
public static org.snmp4j.smi.OctetString changeKey(org.snmp4j.security.AuthenticationProtocol authProtocol,
org.snmp4j.smi.OctetString oldKey,
org.snmp4j.smi.OctetString keyChange,
int keyLength)
public void get(SubRequest subRequest, MOTableRow row, int column)
MOColumnCopyright © 2020 SNMP4J.org. All rights reserved.