Package org.snmp4j.agent.mo.snmp
Class StorageType
java.lang.Object
org.snmp4j.agent.mo.MOColumn<V>
org.snmp4j.agent.mo.MOMutableColumn<org.snmp4j.smi.Integer32>
org.snmp4j.agent.mo.snmp.StorageType
- All Implemented Interfaces:
Comparable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionStorageType(int columnID, MOAccess access, org.snmp4j.smi.Integer32 defaultValue) StorageType(int columnID, MOAccess access, org.snmp4j.smi.Integer32 defaultValue, boolean mutableInService) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.snmp4j.smi.Integer32getStorageType(MOTableRow<?> row, MOTable<?, ?, ?> table) Gets the value of the StorageType column (if it exists) in the specified row and table.booleanisVolatile(MOTableRow<org.snmp4j.smi.Integer32> row, int column) Tests if the supplied row is volatile or persistent.intvalidate(org.snmp4j.smi.Variable newValue, org.snmp4j.smi.Variable oldValue) Methods inherited from class org.snmp4j.agent.mo.MOMutableColumn
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, prepare, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validateSetRequestMethods inherited from class org.snmp4j.agent.mo.MOColumn
compareTo, get, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, setAccess, setColumnID, setSyntax, setTable
-
Field Details
-
other
public static final int other- See Also:
-
volatile_
public static final int volatile_- See Also:
-
nonVolatile
public static final int nonVolatile- See Also:
-
permanent
public static final int permanent- See Also:
-
readOnly
public static final int readOnly- See Also:
-
-
Constructor Details
-
StorageType
public StorageType(int columnID, MOAccess access, org.snmp4j.smi.Integer32 defaultValue, boolean mutableInService) -
StorageType
-
-
Method Details
-
getStorageType
Gets the value of the StorageType column (if it exists) in the specified row and table. It starts searching for theStorageTypecolumn from the last column and then proceeds down to the first until it finds it. If noStorageTypecolumn can be found,nullis returned.- Parameters:
row- a row with aStorageTypecolumn (otherwisenullis returned).table- the table of the givenrow.- Returns:
- the
Integer32value of theStorageTypecolumn in the givenrowornullif the table has noStorageTypecolumn. - Since:
- 2.7.3
-
validate
public int validate(org.snmp4j.smi.Variable newValue, org.snmp4j.smi.Variable oldValue) - Overrides:
validatein classMOMutableColumn<org.snmp4j.smi.Integer32>
-
isVolatile
Description copied from class:MOColumnTests if the supplied row is volatile or persistent. If volatile then the row will not be saved when the table is saved to persistent storage.- Overrides:
isVolatilein classMOColumn<org.snmp4j.smi.Integer32>- Parameters:
row- a row of the table where this column is part of.column- the column index of this column inrow.- Returns:
trueifrowshould not be
-