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
-
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) -
Method Summary
Modifier and TypeMethodDescriptionvoid
commit
(org.snmp4j.agent.request.SubRequest<?> subRequest, org.snmp4j.agent.mo.MOTableRow changeSet, int column) org.snmp4j.smi.OctetString
org.snmp4j.smi.Integer32
org.snmp4j.smi.Integer32
org.snmp4j.smi.UnsignedInteger32
org.snmp4j.smi.Variable
getValue
(int column) void
setAgentppTestSharedTableCreationTime
(org.snmp4j.smi.OctetString newValue) void
setAgentppTestSharedTableDelay
(org.snmp4j.smi.Integer32 newValue) void
setAgentppTestSharedTableRowStatus
(org.snmp4j.smi.Integer32 newValue) void
setAgentppTestSharedTableSession
(org.snmp4j.smi.UnsignedInteger32 newValue) 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
-
Constructor Details
-
AgentppTestSharedEntryRow
public AgentppTestSharedEntryRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
-
-
Method Details
-
getValue
public org.snmp4j.smi.Variable getValue(int column) - Specified by:
getValue
in interfaceorg.snmp4j.agent.mo.MOTableRow
- Overrides:
getValue
in classorg.snmp4j.agent.mo.DefaultMOMutableRow2PC
-
setValue
public void setValue(int column, org.snmp4j.smi.Variable value) - Specified by:
setValue
in interfaceorg.snmp4j.agent.mo.MOMutableTableRow
- Overrides:
setValue
in 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:
commit
in interfaceorg.snmp4j.agent.mo.MOMutableRow2PC<org.snmp4j.agent.request.SubRequest<?>>
- Overrides:
commit
in classorg.snmp4j.agent.mo.DefaultMOMutableRow2PC