javax.management.snmp
Interface SnmpPduRequestType

All Superinterfaces:
SnmpAckPdu
All Known Implementing Classes:
SnmpPduRequest, 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 SnmpPduRequestType
extends SnmpAckPdu

Interface implemented by classes modeling request pdu.

Since:
Java DMK 5.0

Method Summary
 int getErrorIndex()
          Deprecated. Error index getter.
 int getErrorStatus()
          Deprecated. Error status getter.
 void setErrorIndex(int i)
          Deprecated. Error index setter.
 void setErrorStatus(int i)
          Deprecated. Error status setter.
 
Methods inherited from interface javax.management.snmp.SnmpAckPdu
getResponsePdu
 

Method Detail

setErrorIndex

public void setErrorIndex(int i)
Deprecated. 
Error index setter. Remember that SNMP indices start from 1. Thus the corresponding SnmpVarBind is varBindList[errorIndex-1].

Parameters:
i - Error index.

setErrorStatus

public void setErrorStatus(int i)
Deprecated. 
Error status setter. Statuses are defined in SnmpDefinitions.

Parameters:
i - Error status.

getErrorIndex

public int getErrorIndex()
Deprecated. 
Error index getter. Remember that SNMP indices start from 1. Thus the corresponding SnmpVarBind is varBindList[errorIndex-1].

Returns:
Error index.

getErrorStatus

public int getErrorStatus()
Deprecated. 
Error status getter. Statuses are defined in SnmpDefinitions.

Returns:
Error status.

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.