Package 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.
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
-
Constructor Summary
ConstructorsConstructorDescriptionOneTrapPduv1
(SnmpContext con) Deprecated.Constructor.Deprecated.Constructor. -
Method Summary
Methods inherited from class uk.co.westhawk.snmp.stack.TrapPduv1
getEnterprise, getGenericTrap, getGenericTrapString, getIpAddress, getSpecificTrap, getTimeTicks, send, setEnterprise, setGenericTrap, setIpAddress, setSpecificTrap, setTimeTicks, toString
Methods inherited from class uk.co.westhawk.snmp.stack.Pdu
addOid, addOid, addOid, addOid, addOid, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, getRetryIntervals, isTimedOut, notifyObservers, send, setRetryIntervals, waitForSelf
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers
-
Constructor Details
-
OneTrapPduv1
Deprecated.Constructor.- Parameters:
con
- The context v1 of the OneTrapPduv1- See Also:
-
OneTrapPduv1
Deprecated.Constructor.- Parameters:
con
- The context v1 of the OneTrapPduv1- See Also:
-
TrapPduv1