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

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

Returns:
The response PDU.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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