|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.snmp.SnmpPdu
com.sun.management.snmp.SnmpScopedPduPacket
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
The context engine Id in which the pdu must be handled (Generally the local engine Id). |
byte[] |
contextName
The context name in which the OID have to be interpreted. |
byte |
msgFlags
Message flags. |
int |
msgId
Message identifier. |
int |
msgMaxSize
Message max size the pdu sender can deal with. |
int |
msgSecurityModel
The security model the security sub system MUST use in order to deal with this pdu (e.g. |
SnmpSecurityParameters |
securityParameters
The security parameters. |
Fields inherited from class com.sun.management.snmp.SnmpPdu |
address, port, requestId, type, varBindList, version |
Constructor Summary | |
protected |
SnmpScopedPduPacket()
Constructor. |
Methods inherited from class com.sun.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.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |