|
|||||||||||
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.SnmpScopedPduPacket
javax.management.snmp.SnmpScopedPduRequest
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
SNMP V3 scoped PDUs.
Field Summary |
Fields inherited from class javax.management.snmp.SnmpScopedPduPacket |
contextEngineId, contextName, msgFlags, msgId, msgMaxSize, msgSecurityModel, securityParameters |
Fields inherited from class javax.management.snmp.SnmpPdu |
address, port, requestId, type, varBindList, version |
Constructor Summary | |
SnmpScopedPduRequest()
Deprecated. |
Method Summary | |
int |
getErrorIndex()
Deprecated. Error index getter. |
int |
getErrorStatus()
Deprecated. Error status getter. |
SnmpPdu |
getResponsePdu()
Deprecated. Generates the pdu to use for response. |
void |
setErrorIndex(int i)
Deprecated. Error index setter. |
void |
setErrorStatus(int s)
Deprecated. Error status setter. |
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 |
Constructor Detail |
public SnmpScopedPduRequest()
Method Detail |
public void setErrorIndex(int i)
SnmpVarBind
is
varBindList[errorIndex-1]
.
setErrorIndex
in interface SnmpPduRequestType
i
- Error index.public void setErrorStatus(int s)
SnmpDefinitions
.
setErrorStatus
in interface SnmpPduRequestType
s
- Error status.public int getErrorIndex()
SnmpVarBind
is
varBindList[errorIndex-1]
.
getErrorIndex
in interface SnmpPduRequestType
public int getErrorStatus()
SnmpDefinitions
.
getErrorStatus
in interface SnmpPduRequestType
public SnmpPdu getResponsePdu()
getResponsePdu
in interface SnmpAckPdu
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |