Package uk.co.westhawk.snmp.stack
Class SetPdu
java.lang.Object
java.util.Observable
uk.co.westhawk.snmp.stack.Pdu
uk.co.westhawk.snmp.stack.SetPdu
- Direct Known Subclasses:
OneSetPdu
,SetPdu_vec
This class represents the SNMP Set Pdu.
- Version:
- $Revision: 3.9 $ $Date: 2006/01/17 17:43:54 $
- 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
-
SetPdu
Constructor.- Parameters:
con
- The context of the Pdu
-