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
ConstructorsConstructorDescriptionAgentppTestSharedEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentppTestSharedEntryrow with the given index and column values. -
Method Summary
Modifier and TypeMethodDescriptionvoidcommit(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet, int column) org.snmp4j.smi.OctetStringGets the value of theagentppTestSharedTableCreationTimecolumn.org.snmp4j.smi.Integer32Gets the value of theagentppTestSharedTableDelaycolumn.org.snmp4j.smi.Integer32Gets the value of theagentppTestSharedTableRowStatuscolumn.org.snmp4j.smi.UnsignedInteger32Gets the value of theagentppTestSharedTableSessioncolumn.org.snmp4j.smi.VariablegetValue(int column) voidsetAgentppTestSharedTableCreationTime(org.snmp4j.smi.OctetString newValue) Sets the value of theagentppTestSharedTableCreationTimecolumn.voidsetAgentppTestSharedTableDelay(org.snmp4j.smi.Integer32 newValue) Sets the value of theagentppTestSharedTableDelaycolumn.voidsetAgentppTestSharedTableRowStatus(org.snmp4j.smi.Integer32 newValue) Sets the value of theagentppTestSharedTableRowStatuscolumn.voidsetAgentppTestSharedTableSession(org.snmp4j.smi.UnsignedInteger32 newValue) Sets the value of theagentppTestSharedTableSessioncolumn.voidsetValue(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, undoRowMethods inherited from class org.snmp4j.agent.mo.DefaultMOTableRow
compareTo, equals, getColumnValue, hashCode, toStringMembers
-
Constructor Details
-
AgentppTestSharedEntryRow
public AgentppTestSharedEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values) Creates a newagentppTestSharedEntryrow 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
-
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
-
commit
public void commit(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet, int column) - Specified by:
commitin interfaceorg.snmp4j.agent.mo.MOMutableRow2PC<org.snmp4j.agent.request.SubRequest<?>>- Overrides:
commitin classorg.snmp4j.agent.mo.DefaultMOMutableRow2PC