|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnmpPduRequestType
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 |
---|
void setErrorIndex(int i)
SnmpVarBind
is
varBindList[errorIndex-1]
.
i
- Error index.void setErrorStatus(int i)
SnmpDefinitions
.
i
- Error status.int getErrorIndex()
SnmpVarBind
is
varBindList[errorIndex-1]
.
int getErrorStatus()
SnmpDefinitions
.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |