Package 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
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class uk.co.westhawk.snmp.stack.Pdu
addOid, addOid, addOid, addOid, addOid, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, getRetryIntervals, isTimedOut, notifyObservers, send, send, setRetryIntervals, toString, waitForSelf
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers
-
Constructor Details
-
GetPdu
Constructor.- Parameters:
con
- The context of the Pdu
-