public interface

SnmpAckPdu

com.sun.jmx.snmp.SnmpAckPdu
Known Indirect Subclasses

Class Overview

Interface to be implemented by PDUs that are acknowledged (eg: request, bulk).

This API is a Sun Microsystems internal API and is subject to change without notice.

Summary

Public Methods
abstract SnmpPdu getResponsePdu()
Returns the PDU to use for the response.

Public Methods

public abstract SnmpPdu getResponsePdu ()

Returns the PDU to use for the response.

Returns
  • The response PDU.