Class OneGetBulkPdu


public class OneGetBulkPdu extends GetBulkPdu

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 Details

    • OneGetBulkPdu

      public OneGetBulkPdu(SnmpContextBasisFace con)
      Constructor.
      Parameters:
      con - The context (v2c or v3) of the PDU
  • Method Details

    • getVarbinds

      public Vector getVarbinds()
      Returns a vector with the response varbinds.