Class AgentppTestMib.AgentppTestSessionsEntryRow
java.lang.Object
org.snmp4j.agent.mo.DefaultMOTableRow
org.snmp4j.agent.mo.DefaultMOMutableRow2PC
org.snmp4j.agent.agentx.subagent.test.AgentppTestMib.AgentppTestSessionsEntryRow
- 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.AgentppTestSessionsEntryRow
extends org.snmp4j.agent.mo.DefaultMOMutableRow2PC
The
AgentppTestSessionsEntryRow represents a conceptual row of the agentppTestSessionsEntry table.-
Field Summary
Fields inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
index, values -
Constructor Summary
ConstructorsConstructorDescriptionAgentppTestSessionsEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentppTestSessionsEntryrow with the given index and column values. -
Method Summary
Modifier and TypeMethodDescriptionvoidcommitRow(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet) org.snmp4j.smi.UnsignedInteger32Gets the value of theagentppTestRowCreationcolumn.Gets the shared table support that manages the shared index of this row.org.snmp4j.smi.VariablegetValue(int column) voidsetAgentppTestRowCreation(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentppTestRowCreationcolumn.voidsetSharedTableSupport(AgentXSharedMOTableSupport<AgentppTestMib.AgentppTestSharedExtEntryRow, ?> sharedTableSupport) Sets the shared table support that manages the shared index of this row.voidsetValue(int column, org.snmp4j.smi.Variable value) Methods inherited from class org.snmp4j.agent.mo.DefaultMOMutableRow2PC
cleanup, cleanupRow, commit, getBaseRow, getIndex, getResultingValue, getUserObject, prepare, prepareRow, setBaseRow, setUserObject, size, toString, undo, undoRowMethods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
compareTo, equals, getColumnValue, hashCode, toStringMembers
-
Constructor Details
-
AgentppTestSessionsEntryRow
public AgentppTestSessionsEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentppTestSessionsEntryrow 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
-
getAgentppTestRowCreation
public org.snmp4j.smi.UnsignedInteger32 getAgentppTestRowCreation()Gets the value of theagentppTestRowCreationcolumn.- Returns:
- the column value as
UnsignedInteger32.
-
setAgentppTestRowCreation
public void setAgentppTestRowCreation(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentppTestRowCreationcolumn.- Parameters:
newValue- the new column value asUnsignedInteger32.
-
getValue
public org.snmp4j.smi.Variable getValue(int column) - Specified by:
getValuein interfaceorg.snmp4j.agent.mo.MOTableRow- Overrides:
getValuein classorg.snmp4j.agent.mo.DefaultMOMutableRow2PC
-
setValue
public void setValue(int column, org.snmp4j.smi.Variable value) - Specified by:
setValuein interfaceorg.snmp4j.agent.mo.MOMutableTableRow- Overrides:
setValuein classorg.snmp4j.agent.mo.DefaultMOMutableRow2PC
-
commitRow
public void commitRow(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet) - Specified by:
commitRowin interfaceorg.snmp4j.agent.mo.MOMutableRow2PC<org.snmp4j.agent.request.SubRequest<?>>- Overrides:
commitRowin classorg.snmp4j.agent.mo.DefaultMOMutableRow2PC
-