|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by classes modeling request pdu.
Method Summary | |
int |
getErrorIndex()
Error index getter. |
int |
getErrorStatus()
Error status getter. |
void |
setErrorIndex(int i)
Error index setter. |
void |
setErrorStatus(int i)
Error status setter. |
Methods inherited from interface com.sun.management.snmp.SnmpAckPdu |
getResponsePdu |
Method Detail |
public void setErrorIndex(int i)
SnmpVarBind
is
varBindList[errorIndex-1]
.
i
- Error index.public void setErrorStatus(int i)
SnmpDefinitions
.
i
- Error status.public int getErrorIndex()
SnmpVarBind
is
varBindList[errorIndex-1]
.
public int getErrorStatus()
SnmpDefinitions
.
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |