com.adventnet.snmp.corba
Class RequestEvent

java.lang.Object
  |
  +--com.adventnet.snmp.corba.RequestEvent
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class RequestEvent
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String error
           
static byte GET
          Constant for Get Request
static byte GETBULK
          v2c and v3 only Constant for GETBULK Request
static byte GETNEXT
          Constant for GetNext Request
 java.lang.String[] objectNames
           
 int reqid
           
 byte requestType
           
static byte SET
          Constant for Set Request
 java.lang.String[] values
           
 java.lang.String[] varBinds
           
 
Constructor Summary
RequestEvent()
           
RequestEvent(java.lang.String[] __values, java.lang.String[] __objectNames, byte __requestType, int __reqid, java.lang.String[] __varBinds, java.lang.String __error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public java.lang.String[] values

objectNames

public java.lang.String[] objectNames

requestType

public byte requestType

reqid

public int reqid

varBinds

public java.lang.String[] varBinds

error

public java.lang.String error

GET

public static final byte GET
Constant for Get Request

See Also:
Constant Field Values

GETNEXT

public static final byte GETNEXT
Constant for GetNext Request

See Also:
Constant Field Values

SET

public static final byte SET
Constant for Set Request

See Also:
Constant Field Values

GETBULK

public static final byte GETBULK
v2c and v3 only Constant for GETBULK Request

See Also:
Constant Field Values
Constructor Detail

RequestEvent

public RequestEvent()

RequestEvent

public RequestEvent(java.lang.String[] __values,
                    java.lang.String[] __objectNames,
                    byte __requestType,
                    int __reqid,
                    java.lang.String[] __varBinds,
                    java.lang.String __error)


Copyright (c)AdventNet Inc., 1996-2006