VisiBroker for Java

com.inprise.vbroker.interceptor
Class RequestInfo

java.lang.Object
  extended by com.inprise.vbroker.interceptor.RequestInfo
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class RequestInfo
extends java.lang.Object
implements IDLEntity

This class provides addtional information about the current request in the interceptor chain.

See Also:
Serialized Form

Field Summary
 int request_id
          The request id of the current request
 boolean response_expected
          This member is set to true if a regular or an early reply (SyncScope::SYNC_WITH_SERVER) is expected for the current request
 byte response_flags
          This member is set to true if a regular reply (SyncScope::SYNC_WITH_TARGET) is expected for the current request
 
Constructor Summary
RequestInfo()
           
RequestInfo(boolean response_expected, int request_id, byte response_flags)
           
 
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

response_expected

public boolean response_expected
This member is set to true if a regular or an early reply (SyncScope::SYNC_WITH_SERVER) is expected for the current request


request_id

public int request_id
The request id of the current request


response_flags

public byte response_flags
This member is set to true if a regular reply (SyncScope::SYNC_WITH_TARGET) is expected for the current request

Constructor Detail

RequestInfo

public RequestInfo()

RequestInfo

public RequestInfo(boolean response_expected,
                   int request_id,
                   byte response_flags)
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