All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.common.SnmpPduRequest

java.lang.Object
   |
   +----com.sun.jaw.snmp.common.SnmpPduPacket
           |
           +----com.sun.jaw.snmp.common.SnmpPduRequest

public class SnmpPduRequest
extends SnmpPduPacket
The SnmpPduRequest class is used to represent get, get-next, set, response and SNMPv2-trap PDUs.

You normally don't need to use this class except if you decide to implement your own SnmpPduFactoryIf object.


Variable Index

 o errorIndex
Error index.
 o errorStatus
Error status.

Constructor Index

 o SnmpPduRequest()

Variables

 o errorStatus
 public int errorStatus
Error status. Status are defined in SnmpDefinitions.

 o errorIndex
 public int errorIndex
Error index. Remember that SNMP indices starts from 1. Thus the corresponding SnmpVarBind is varBindList[errorIndex-1].

Constructors

 o SnmpPduRequest
 public SnmpPduRequest()

All Packages  Class Hierarchy  This Package  Previous  Next  Index