|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.snmp.SnmpPdu
javax.management.snmp.SnmpPduPacket
javax.management.snmp.SnmpPduRequest
com.sun.management.snmp
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
Is used to represent get
, get-next
, set
, response
and SNMPv2-trap
PDUs.
You will not usually need to use this class, except if you
decide to implement your own
SnmpPduFactory
object.
Field Summary | |
int |
errorIndex
Deprecated. Error index. |
int |
errorStatus
Deprecated. Error status. |
Fields inherited from class javax.management.snmp.SnmpPduPacket |
community |
Fields inherited from class javax.management.snmp.SnmpPdu |
address, port, requestId, type, varBindList, version |
Constructor Summary | |
SnmpPduRequest()
Deprecated. |
Method Summary | |
int |
getErrorIndex()
Deprecated. Implements SnmpPduRequestType interface. |
int |
getErrorStatus()
Deprecated. Implements SnmpPduRequestType interface. |
SnmpPdu |
getResponsePdu()
Deprecated. Implements SnmpAckPdu interface. |
void |
setErrorIndex(int i)
Deprecated. Implements SnmpPduRequestType interface. |
void |
setErrorStatus(int i)
Deprecated. Implements SnmpPduRequestType interface. |
Methods inherited from class javax.management.snmp.SnmpPdu |
pduTypeToString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int errorStatus
SnmpDefinitions
.
public int errorIndex
SnmpVarBind
is
varBindList[errorIndex-1]
.
Constructor Detail |
public SnmpPduRequest()
Method Detail |
public void setErrorIndex(int i)
SnmpPduRequestType
interface.
setErrorIndex
in interface SnmpPduRequestType
i
- Error index.public void setErrorStatus(int i)
SnmpPduRequestType
interface.
setErrorStatus
in interface SnmpPduRequestType
i
- Error status.public int getErrorIndex()
SnmpPduRequestType
interface.
getErrorIndex
in interface SnmpPduRequestType
public int getErrorStatus()
SnmpPduRequestType
interface.
getErrorStatus
in interface SnmpPduRequestType
public SnmpPdu getResponsePdu()
SnmpAckPdu
interface.
getResponsePdu
in interface SnmpAckPdu
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |