com.inprise.vbroker.interceptor
Class RequestInfo
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
RequestInfo
public RequestInfo()
RequestInfo
public RequestInfo(boolean response_expected,
int request_id,
byte response_flags)
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