com.sun.management.snmp
Interface SnmpAckPdu

All Known Subinterfaces:
SnmpPduBulkType, SnmpPduRequestType
All Known Implementing Classes:
SnmpPduBulk, SnmpPduRequest, SnmpScopedPduBulk, SnmpScopedPduRequest

public interface SnmpAckPdu

Interface to be implemented by PDUs that are acknowledged (e.g. request, bulk).

Since:
Java DMK 5.1

Method Summary
 SnmpPdu getResponsePdu()
          Returns the PDU to use for the response.
 

Method Detail

getResponsePdu

public SnmpPdu getResponsePdu()
Returns the PDU to use for the response.

Returns:
The response PDU.

FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.