Class Snmp4jConfigMib.Snmp4jCfgStorageEntryRow

java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.mo.snmp4j.Snmp4jConfigMib.Snmp4jCfgStorageEntryRow
All Implemented Interfaces:
Comparable<MOTableRow>, MOMutableRow2PC<SubRequest<?>>, MOMutableTableRow, MOTableRow
Enclosing class:
Snmp4jConfigMib

public class Snmp4jConfigMib.Snmp4jCfgStorageEntryRow extends DefaultMOMutableRow2PC
  • Constructor Details

    • Snmp4jCfgStorageEntryRow

      public Snmp4jCfgStorageEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
  • Method Details

    • getSnmp4jCfgStoragePath

      public org.snmp4j.smi.OctetString getSnmp4jCfgStoragePath()
    • setSnmp4jCfgStoragePath

      public void setSnmp4jCfgStoragePath(org.snmp4j.smi.OctetString newValue)
    • getSnmp4jCfgStorageID

      public org.snmp4j.smi.OctetString getSnmp4jCfgStorageID()
    • setSnmp4jCfgStorageID

      public void setSnmp4jCfgStorageID(org.snmp4j.smi.OctetString newValue)
    • getSnmp4jCfgStorageLastStore

      public org.snmp4j.smi.TimeTicks getSnmp4jCfgStorageLastStore()
    • setSnmp4jCfgStorageLastStore

      public void setSnmp4jCfgStorageLastStore(org.snmp4j.smi.TimeTicks newValue)
    • getSnmp4jCfgStorageLastRestore

      public org.snmp4j.smi.TimeTicks getSnmp4jCfgStorageLastRestore()
    • setSnmp4jCfgStorageLastRestore

      public void setSnmp4jCfgStorageLastRestore(org.snmp4j.smi.TimeTicks newValue)
    • getSnmp4jCfgStorageRestoreMode

      public org.snmp4j.smi.Integer32 getSnmp4jCfgStorageRestoreMode()
    • setSnmp4jCfgStorageRestoreMode

      public void setSnmp4jCfgStorageRestoreMode(org.snmp4j.smi.Integer32 newValue)
    • getSnmp4jCfgStorageOperation

      public org.snmp4j.smi.Integer32 getSnmp4jCfgStorageOperation()
    • setSnmp4jCfgStorageOperation

      public void setSnmp4jCfgStorageOperation(org.snmp4j.smi.Integer32 newValue)
    • getSnmp4jCfgStorageStorageType

      public org.snmp4j.smi.Integer32 getSnmp4jCfgStorageStorageType()
    • setSnmp4jCfgStorageStorageType

      public void setSnmp4jCfgStorageStorageType(org.snmp4j.smi.Integer32 newValue)
    • getSnmp4jCfgStorageStatus

      public org.snmp4j.smi.Integer32 getSnmp4jCfgStorageStatus()
    • setSnmp4jCfgStorageStatus

      public void setSnmp4jCfgStorageStatus(org.snmp4j.smi.Integer32 newValue)
    • prepareRow

      public void prepareRow(SubRequest<?> subRequest, MOTableRow changeSet)
      Description copied from interface: MOMutableRow2PC
      Prepares a row for changes described by the supplied change set. If the modification cannot be successfully prepared, the error status of the supplied subRequest should be set to the appropriate error status value.

      This method is called only once per modified row.

      Specified by:
      prepareRow in interface MOMutableRow2PC<SubRequest<?>>
      Overrides:
      prepareRow in class DefaultMOMutableRow2PC
      Parameters:
      subRequest - the sub-request that triggered the row change and that can be used to deny the commit phase by setting its error status.
      changeSet - a MOTableRow instance that represents the state of the row if all changes have been applied successfully.
    • commitRow

      public void commitRow(SubRequest<?> subRequest, MOTableRow changeSet)
      Description copied from interface: MOMutableRow2PC
      Commits a row as described by the supplied change set. If the modification cannot be successfully committed, the error status of the supplied subRequest should be set to commitFailed. Setting this error should be avoided under any circumstances.

      This method is called only once per modified row.

      Specified by:
      commitRow in interface MOMutableRow2PC<SubRequest<?>>
      Overrides:
      commitRow in class DefaultMOMutableRow2PC
      Parameters:
      subRequest - the sub-request that triggered the row change and that can be used to trigger the undo phase by setting its error status.
      changeSet - a MOTableRow instance that represents the state of the row if all changes have been applied successfully.