VisiBroker for Java

com.borland.vbroker.NativeMessaging
Class RequestInfo

java.lang.Object
  extended by 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

Field Summary
 byte[] request_tag
           
 byte[] the_cookie
           
 int wait_timeout
           
 
Constructor Summary
RequestInfo()
           
RequestInfo(byte[] request_tag, byte[] the_cookie, int wait_timeout)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

request_tag

public byte[] request_tag

the_cookie

public byte[] the_cookie

wait_timeout

public int wait_timeout
Constructor Detail

RequestInfo

public RequestInfo()

RequestInfo

public RequestInfo(byte[] request_tag,
                   byte[] the_cookie,
                   int wait_timeout)
Method Detail

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

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online