FileDocCategorySizeDatePackage
SnmpPduRequestType.javaAPI DocJava SE 5 API1451Fri Aug 26 14:55:04 BST 2005com.sun.jmx.snmp

SnmpPduRequestType

public interface SnmpPduRequestType implements SnmpAckPdu
Interface implemented by classes modelizing request pdu.

This API is a Sun Microsystems internal API and is subject to change without notice.

since
1.5

Fields Summary
Constructors Summary
Methods Summary
public intgetErrorIndex()
Error index getter. Remember that SNMP indices start from 1. Thus the corresponding SnmpVarBind is varBindList[errorIndex-1].

return
Error index.

public intgetErrorStatus()
Error status getter. Statuses are defined in {@link com.sun.jmx.snmp.SnmpDefinitions SnmpDefinitions}.

return
Error status.

public voidsetErrorIndex(int i)
Error index setter. Remember that SNMP indices start from 1. Thus the corresponding SnmpVarBind is varBindList[errorIndex-1].

param
i Error index.

public voidsetErrorStatus(int i)
Error status setter. Statuses are defined in {@link com.sun.jmx.snmp.SnmpDefinitions SnmpDefinitions}.

param
i Error status.