Class AgentppTestMib.AgentppTestSessionAttrEntryRow

java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib.AgentppTestSessionAttrEntryRow
All Implemented Interfaces:
Comparable<org.snmp4j.agent.mo.MOTableRow>, org.snmp4j.agent.mo.MOMutableRow2PC<org.snmp4j.agent.request.SubRequest<?>>, org.snmp4j.agent.mo.MOMutableTableRow, org.snmp4j.agent.mo.MOTableRow
Enclosing class:
AgentppTestMib

public class AgentppTestMib.AgentppTestSessionAttrEntryRow extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
The AgentppTestSessionAttrEntryRow represents a conceptual row of the agentppTestSessionAttrEntry table.
  • Field Summary

    Fields inherited from class org.snmp4j.agent.mo.DefaultMOTableRow

    index, values
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgentppTestSessionAttrEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
    Creates a new agentppTestSessionAttrEntry row with the given index and column values.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.snmp4j.smi.Integer32
    Gets the value of the agentppTestSessionIndexStrategy column.
    org.snmp4j.smi.Variable
    getValue(int column)
     
    void
    setAgentppTestSessionIndexStrategy(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentppTestSessionIndexStrategy column.
    void
    Sets the shared table support that manages the shared index of this row.
    void
    setValue(int column, org.snmp4j.smi.Variable value)
     

    Methods inherited from class org.snmp4j.agent.mo.DefaultMOMutableRow2PC

    cleanup, cleanupRow, commit, commitRow, getBaseRow, getIndex, getResultingValue, getUserObject, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRow

    Methods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow

    compareTo, equals, getColumnValue, hashCode, toStringMembers

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AgentppTestSessionAttrEntryRow

      public AgentppTestSessionAttrEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
      Creates a new agentppTestSessionAttrEntry row with the given index and column values.
      Parameters:
      index - the index OID of the new row.
      values - the column values of the new row.
  • Method Details

    • getAgentppTestSessionIndexStrategy

      public org.snmp4j.smi.Integer32 getAgentppTestSessionIndexStrategy()
      Gets the value of the agentppTestSessionIndexStrategy column. If a shared table support is associated with this row, the current index strategy of that support is reflected into the column value before it is returned.
      Returns:
      the column value as Integer32.
    • setAgentppTestSessionIndexStrategy

      public void setAgentppTestSessionIndexStrategy(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentppTestSessionIndexStrategy column. If a shared table support is associated with this row, its index strategy is updated accordingly.
      Parameters:
      newValue - the new column value as Integer32.
    • getValue

      public org.snmp4j.smi.Variable getValue(int column)
      Specified by:
      getValue in interface org.snmp4j.agent.mo.MOTableRow
      Overrides:
      getValue in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
    • setValue

      public void setValue(int column, org.snmp4j.smi.Variable value)
      Specified by:
      setValue in interface org.snmp4j.agent.mo.MOMutableTableRow
      Overrides:
      setValue in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
    • setSharedTableSupport

      public void setSharedTableSupport(AgentXSharedMOTableSupport<AgentppTestMib.AgentppTestSessionAttrEntryRow, ?> sharedTableSupport)
      Sets the shared table support that manages the shared index of this row. If no support was set before, the previously cached index strategy is applied to the given support.
      Parameters:
      sharedTableSupport - the AgentXSharedMOTableSupport to associate with this row.