SNMP Stack 4_12

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

public class OneTrapPduv1
extends TrapPduv1

This class represents the ASN SNMPv1 Trap Pdu object. See RFC 1157.

Version:
$Revision: 3.3 $ $Date: 2002/10/10 15:13:57 $
Author:
Birgit Arkesteijn

Fields inherited from class uk.co.westhawk.snmp.stack.Pdu
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds
 
Constructor Summary
OneTrapPduv1(SnmpContext con)
          Constructor.
 
Methods inherited from class uk.co.westhawk.snmp.stack.TrapPduv1
getEnterprise, getGenericTrap, getGenericTrapString, getIpAddress, getSpecificTrap, getTimeTicks, 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, 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)
Constructor.
Parameters:
con - The context v1 of the OneTrapPduv1
See Also:
SnmpContext

SNMP Stack 4_12