javax.management.snmp
Interface SnmpAckPdu

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

Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.

public interface SnmpAckPdu

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

Since:
Java DMK 5.0

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

Method Detail

getResponsePdu

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

Returns:
The response PDU.

FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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