|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.snmp4j.agent.mo.DefaultMOTable.ChangeSet
public static class DefaultMOTable.ChangeSet
| Constructor Summary | |
|---|---|
DefaultMOTable.ChangeSet(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
|
|
| Method Summary | |
|---|---|
MOTableRow |
getBaseRow()
Gets the associated base row for this row (if this row is a dependent row). |
org.snmp4j.smi.OID |
getIndex()
Gets the row's index OID, for example the row index of the first row of an ifTable would return OID("1"). |
int |
getLastChangedColumn()
|
org.snmp4j.smi.Variable |
getValue(int column)
Gets the value at the specified column index. |
void |
setBaseRow(MOTableRow baseRow)
Sets the associated base row. |
void |
setValue(int column,
org.snmp4j.smi.Variable value)
|
int |
size()
Returns the number of columns in this row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMOTable.ChangeSet(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
| Method Detail |
|---|
public org.snmp4j.smi.OID getIndex()
MOTableRowOID("1").
getIndex in interface MOTableRowpublic int getLastChangedColumn()
public void setValue(int column,
org.snmp4j.smi.Variable value)
public org.snmp4j.smi.Variable getValue(int column)
MOTableRow
getValue in interface MOTableRowcolumn - the zero-based column index.
public MOTableRow getBaseRow()
MOTableRow
getBaseRow in interface MOTableRownull if this row is a base row itself.public int size()
MOTableRow
size in interface MOTableRowpublic void setBaseRow(MOTableRow baseRow)
MOTableRow
setBaseRow in interface MOTableRowbaseRow - the base row.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||