Package uk.co.westhawk.snmp.pdu
Class OneGetBulkPdu
java.lang.Object
java.util.Observable
uk.co.westhawk.snmp.stack.Pdu
uk.co.westhawk.snmp.stack.GetBulkPdu
uk.co.westhawk.snmp.pdu.OneGetBulkPdu
The OneGetBulkPdu class performs a getBulkRequest and collects the response varbinds into a Vector.
If no exception occurred whilst receiving the response, the Object to the update() method of the Observer will be an Vector of varbinds, so they may contains any AsnObject type. If an exception occurred, that exception will be passed as the Object to the update() method.
For SNMPv3: The receiver of a request PDU acts as the authoritative engine.
- Version:
- $Revision: 3.9 $ $Date: 2006/01/17 17:43:53 $
- Author:
- Birgit Arkesteijn
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a vector with the response varbinds.Methods inherited from class uk.co.westhawk.snmp.stack.GetBulkPdu
getMaxRepetitions, getNonRepeaters, send, setMaxRepetitions, setMaxRepititions, setNonRepeaters, toString
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, setRetryIntervals, waitForSelf
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers
-
Constructor Details
-
OneGetBulkPdu
Constructor.- Parameters:
con
- The context (v2c or v3) of the PDU
-
-
Method Details
-
getVarbinds
Returns a vector with the response varbinds.
-