All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.snmp.common.SnmpPduPacket
|
+----com.sun.jaw.snmp.common.SnmpPduTrap
SnmpPduTrap class represents an SNMPv1-trap PDU.
You normally don't need to use this class except if you decide to implement your own SnmpPduFactoryIf object.
The SnmpPduTrap extends SnmpPduPacket
and defines attributes specific to an SNMPv1 trap (see RFC1157).
public SnmpOid enterprise
public SnmpIpAddress agentAddr
public int genericTrap
public int specificTrap
public long timeStamp
public SnmpPduTrap()
All Packages Class Hierarchy This Package Previous Next Index