IP*Works!

ipworks
Class SnmpPDUTraceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ipworks.SnmpPDUTraceEvent
All Implemented Interfaces:
java.io.Serializable

public class SnmpPDUTraceEvent
extends java.util.EventObject

Fired for every packet sent or received. The PDUTrace event shows all the packets sent or received by the control.

SourceAddress identifies the source of the packet. If the event is being fired for a packet generated by the control, SourceAddress is empty.

See Also:
Snmp, Snmp.firePDUTrace, Serialized Form

Field Summary
 byte[] PDU
           
 java.lang.String sourceAddress
           
 
Fields inherited from class java.util.EventObject
source
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PDU

public byte[] PDU

sourceAddress

public java.lang.String sourceAddress

IP*Works!

Copyright (c) 2001 /n software inc. - All rights reserved.