SNMP Stack 5_1

uk.co.westhawk.snmp.stack
Class GetPdu

java.lang.Object
  |
  +--java.util.Observable
        |
        +--uk.co.westhawk.snmp.stack.Pdu
              |
              +--uk.co.westhawk.snmp.stack.GetPdu
Direct Known Subclasses:
DiscoveryPdu, GetPdu_vec, InterfacePdu, OneGetPdu, OneIntPdu, UpSincePdu

public class GetPdu
extends Pdu

This class represents the (public) SNMP Get Pdu.

Since:
4_14
Version:
$Revision: 3.3 $ $Date: 2006/01/17 17:59:34 $
Author:
Birgit Arkesteijn
See Also:
OneGetPdu, GetPdu_vec

Field Summary
 
Fields inherited from class uk.co.westhawk.snmp.stack.Pdu
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds, snmpv3MsgId
 
Constructor Summary
GetPdu(SnmpContextBasisFace con)
          Constructor.
 
Methods inherited from class uk.co.westhawk.snmp.stack.Pdu
addOid, addOid, addOid, addOid, addOid, addToTrans, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, isExpectingResponse, isTimedOut, new_value, notifyObservers, printVars, send, send, send, sendme, setErrorIndex, setErrorStatus, setErrorStatus, setMsgType, setRetryIntervals, tell_them, toString, toString, waitForSelf
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetPdu

public GetPdu(SnmpContextBasisFace con)
Constructor.

Parameters:
con - The context of the Pdu

SNMP Stack 5_1