|
|||||||||||
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
com.sun.management.snmp
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
Is the fully decoded representation of an SNMP V3 packet.
Classes are derived from SnmpPdu
to
represent the different forms of SNMP pdu
(SnmpScopedPduRequest
,
SnmpScopedPduBulk
).
The SnmpScopedPduPacket
class defines the attributes
common to every scoped SNMP packets.
SnmpV3Message
,
Serialized FormField Summary | |
byte[] |
contextEngineId
Deprecated. The context engine Id in which the pdu must be handled (Generally the local engine Id). |
byte[] |
contextName
Deprecated. The context name in which the OID have to be interpreted. |
byte |
msgFlags
Deprecated. Message flags. |
int |
msgId
Deprecated. Message identifier. |
int |
msgMaxSize
Deprecated. Message max size the pdu sender can deal with. |
int |
msgSecurityModel
Deprecated. The security model the security sub system MUST use in order to deal with this pdu (e.g. |
SnmpSecurityParameters |
securityParameters
Deprecated. The security parameters. |
Fields inherited from class javax.management.snmp.SnmpPdu |
address, port, requestId, type, varBindList, version |
Constructor Summary | |
protected |
SnmpScopedPduPacket()
Deprecated. Constructor. |
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 msgMaxSize
public int msgId
public byte msgFlags
-- .... ...1 authFlag -- .... ..1. privFlag -- .... .1.. reportableFlag -- Please observe: -- .... ..00 is OK, means noAuthNoPriv -- .... ..01 is OK, means authNoPriv -- .... ..10 reserved, must NOT be used. -- .... ..11 is OK, means authPriv
public int msgSecurityModel
public byte[] contextEngineId
public byte[] contextName
public SnmpSecurityParameters securityParameters
SnmpUsmSecurityParameters
.
Constructor Detail |
protected SnmpScopedPduPacket()
SnmpDefinitions.snmpVersionThree
.
|
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 |