public class GetPdu_vec extends GetPdu
The GetPdu_vec class will ask for a number of objects (OIDs), based on the Get request.
Specify with addOid() the OIDs that should be requested with this PDU request. No more than count (see constructor) should be added. Add an Observer to the PDU with addObserver(), and send the PDU with send().
If no exception occurred whilst receiving the response, the Object to the update() method of the Observer will be an array 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.
Pdu.addOid(java.lang.String)
,
Pdu.send()
,
varbind
,
OneIntPdu
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds, snmpv3MsgId
Constructor and Description |
---|
GetPdu_vec(SnmpContextBasisFace con,
int count)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
new_value(int n,
varbind var)
The value of the request is set.
|
protected void |
tell_them()
This method notifies all observers.
|
addOid, addOid, addOid, addOid, addOid, addToTrans, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, getRetryIntervals, isExpectingResponse, isTimedOut, notifyObservers, printVars, send, send, send, sendme, setErrorIndex, setErrorStatus, setErrorStatus, setMsgType, setRetryIntervals, toString, toString, waitForSelf
public GetPdu_vec(SnmpContextBasisFace con, int count)
con
- The context of the requestcount
- The number of OIDs to be getprotected void new_value(int n, varbind var)
new_value
in class Pdu
n
- the index of the valuevar
- the valuePdu.new_value(int, uk.co.westhawk.snmp.stack.varbind)
protected void tell_them()
If no exception occurred whilst receiving the response, the Object to the update() method of the Observer will be an array 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.