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
|
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 |
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
Constant for GETBULK Request
- See Also:
- Constant Field Values
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