Class AgentppTestMib.AgentppTestSharedEntryRow

java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib.AgentppTestSharedEntryRow
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.AgentppTestSharedEntryRow extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
The AgentppTestSharedEntryRow represents a conceptual row of the agentppTestSharedEntry table.
  • Field Summary

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

    index, values
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    commit(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet, int column)
     
    org.snmp4j.smi.OctetString
    Gets the value of the agentppTestSharedTableCreationTime column.
    org.snmp4j.smi.Integer32
    Gets the value of the agentppTestSharedTableDelay column.
    org.snmp4j.smi.Integer32
    Gets the value of the agentppTestSharedTableRowStatus column.
    org.snmp4j.smi.UnsignedInteger32
    Gets the value of the agentppTestSharedTableSession column.
    org.snmp4j.smi.Variable
    getValue(int column)
     
    void
    setAgentppTestSharedTableCreationTime(org.snmp4j.smi.OctetString newValue)
    Sets the value of the agentppTestSharedTableCreationTime column.
    void
    setAgentppTestSharedTableDelay(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentppTestSharedTableDelay column.
    void
    setAgentppTestSharedTableRowStatus(org.snmp4j.smi.Integer32 newValue)
    Sets the value of the agentppTestSharedTableRowStatus column.
    void
    setAgentppTestSharedTableSession(org.snmp4j.smi.UnsignedInteger32 newValue)
    Sets the value of the agentppTestSharedTableSession column.
    void
    setValue(int column, org.snmp4j.smi.Variable value)
     

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

    cleanup, cleanupRow, 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 java.lang.Object

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

    • AgentppTestSharedEntryRow

      public AgentppTestSharedEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
      Creates a new agentppTestSharedEntry 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

    • getAgentppTestSharedTableCreationTime

      public org.snmp4j.smi.OctetString getAgentppTestSharedTableCreationTime()
      Gets the value of the agentppTestSharedTableCreationTime column.
      Returns:
      the column value as OctetString.
    • setAgentppTestSharedTableCreationTime

      public void setAgentppTestSharedTableCreationTime(org.snmp4j.smi.OctetString newValue)
      Sets the value of the agentppTestSharedTableCreationTime column.
      Parameters:
      newValue - the new column value as OctetString.
    • getAgentppTestSharedTableDelay

      public org.snmp4j.smi.Integer32 getAgentppTestSharedTableDelay()
      Gets the value of the agentppTestSharedTableDelay column.
      Returns:
      the column value as Integer32.
    • setAgentppTestSharedTableDelay

      public void setAgentppTestSharedTableDelay(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentppTestSharedTableDelay column.
      Parameters:
      newValue - the new column value as Integer32.
    • getAgentppTestSharedTableSession

      public org.snmp4j.smi.UnsignedInteger32 getAgentppTestSharedTableSession()
      Gets the value of the agentppTestSharedTableSession column.
      Returns:
      the column value as UnsignedInteger32.
    • setAgentppTestSharedTableSession

      public void setAgentppTestSharedTableSession(org.snmp4j.smi.UnsignedInteger32 newValue)
      Sets the value of the agentppTestSharedTableSession column.
      Parameters:
      newValue - the new column value as UnsignedInteger32.
    • getAgentppTestSharedTableRowStatus

      public org.snmp4j.smi.Integer32 getAgentppTestSharedTableRowStatus()
      Gets the value of the agentppTestSharedTableRowStatus column.
      Returns:
      the column value as Integer32.
    • setAgentppTestSharedTableRowStatus

      public void setAgentppTestSharedTableRowStatus(org.snmp4j.smi.Integer32 newValue)
      Sets the value of the agentppTestSharedTableRowStatus column.
      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
    • commit

      public void commit(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet, int column)
      Specified by:
      commit in interface org.snmp4j.agent.mo.MOMutableRow2PC<org.snmp4j.agent.request.SubRequest<?>>
      Overrides:
      commit in class org.snmp4j.agent.mo.DefaultMOMutableRow2PC