Methods Summary |
---|
public int | getErrorIndex()Error index getter. Remember that SNMP indices start from 1.
Thus the corresponding SnmpVarBind is
varBindList[errorIndex-1] .
|
public int | getErrorStatus()Error status getter. Statuses are defined in
{@link com.sun.jmx.snmp.SnmpDefinitions SnmpDefinitions}.
|
public void | setErrorIndex(int i)Error index setter. Remember that SNMP indices start from 1.
Thus the corresponding SnmpVarBind is
varBindList[errorIndex-1] .
|
public void | setErrorStatus(int i)Error status setter. Statuses are defined in
{@link com.sun.jmx.snmp.SnmpDefinitions SnmpDefinitions}.
|