SNMP Stack 5_1

uk.co.westhawk.snmp.pdu
Class OneTrapPduv1

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

Deprecated. As of 4_14, just use TrapPduv1

public class OneTrapPduv1
extends TrapPduv1

This class represents the ASN SNMPv1 Trap PDU object. See RFC1157-SNMP.

Version:
$Revision: 3.7 $ $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
OneTrapPduv1(SnmpContext con)
          Deprecated. Constructor.
OneTrapPduv1(SnmpContextPool con)
          Deprecated. Constructor.
 
Methods inherited from class uk.co.westhawk.snmp.stack.TrapPduv1
getEnterprise, getGenericTrap, getGenericTrapString, getIpAddress, getSpecificTrap, getTimeTicks, isExpectingResponse, new_value, send, setEnterprise, setGenericTrap, setIpAddress, setSpecificTrap, setTimeTicks, 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, 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

OneTrapPduv1

public OneTrapPduv1(SnmpContext con)
Deprecated. 
Constructor.

Parameters:
con - The context v1 of the OneTrapPduv1
See Also:
SnmpContext

OneTrapPduv1

public OneTrapPduv1(SnmpContextPool con)
Deprecated. 
Constructor.

Parameters:
con - The context v1 of the OneTrapPduv1
See Also:
SnmpContext

SNMP Stack 5_1