IP*Works!

ipworks
Class SnmpInformRequestEvent

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

public class SnmpInformRequestEvent
extends java.util.EventObject

Fired when a SetRequest packet is received. The list of variables in the SNMP packet, including optional values and types, is provided through the ObjId , ObjType , and ObjValue properties. The ObjCount property displays the number of variables. These variables must be copied to another location before the event has completed executing, or they may be overriden by other events.

Responses are sent though the Action property.

The SourceAddress and SourcePort parameters show the address and port of the sender as reported by the TCP/IP stack.

See Also:
Snmp, Snmp.fireInformRequest, Serialized Form

Field Summary
 java.lang.String community
           
 int errorIndex
           
 int errorStatus
           
 int requestId
           
 java.lang.String sourceAddress
           
 int sourcePort
           
 
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

requestId

public int requestId

community

public java.lang.String community

errorStatus

public int errorStatus

errorIndex

public int errorIndex

sourceAddress

public java.lang.String sourceAddress

sourcePort

public int sourcePort

IP*Works!

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