com.borland.vbroker.NativeMessaging
Class RequestInfo
java.lang.Object
com.borland.vbroker.NativeMessaging.RequestInfo
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class RequestInfo
- extends java.lang.Object
- implements IDLEntity
Defines the context data when an invocation on proxy's typed receiver is made. The structure fields are
set from values set on NativeMessaging::Current
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
request_tag
public byte[] request_tag
the_cookie
public byte[] the_cookie
wait_timeout
public int wait_timeout
RequestInfo
public RequestInfo()
RequestInfo
public RequestInfo(byte[] request_tag,
byte[] the_cookie,
int wait_timeout)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online