SNMP Stack 5_1

uk.co.westhawk.snmp.pdu
Class OneTrapPduv2

java.lang.Object
  |
  +--java.util.Observable
        |
        +--uk.co.westhawk.snmp.stack.Pdu
              |
              +--uk.co.westhawk.snmp.stack.TrapPduv2
                    |
                    +--uk.co.westhawk.snmp.pdu.OneTrapPduv2

Deprecated. As of 4_14, just use TrapPduv2

public class OneTrapPduv2
extends TrapPduv2

This class represents the ASN SNMPv2c (and higher) Trap PDU object. See RFC1157-SNMP.

For SNMPv3: The sender of a trap PDU acts as the authoritative engine.

Version:
$Revision: 3.9 $ $Date: 2006/03/23 14:54:09 $
Author:
Birgit Arkesteijn

Field Summary
 
Fields inherited from class uk.co.westhawk.snmp.stack.Pdu
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds, snmpv3MsgId
 
Constructor Summary
OneTrapPduv2(SnmpContextBasisFace con)
          Deprecated. Constructor.
 
Methods inherited from class uk.co.westhawk.snmp.stack.TrapPduv2
isExpectingResponse, new_value, tell_them, toString
 
Methods inherited from class uk.co.westhawk.snmp.stack.Pdu
addOid, addOid, addOid, addOid, addOid, addToTrans, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, isTimedOut, notifyObservers, printVars, send, send, send, sendme, setErrorIndex, setErrorStatus, setErrorStatus, setMsgType, setRetryIntervals, toString, waitForSelf
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OneTrapPduv2

public OneTrapPduv2(SnmpContextBasisFace con)
Deprecated. 
Constructor.

Parameters:
con - The context (v2c, v3) of the OneTrapPduv2
See Also:
SnmpContext

SNMP Stack 5_1