public class RequestInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RequestInfo.Type |
Modifier and Type | Field and Description |
---|---|
Object[] |
args |
boolean |
bHadOASyncEvent |
BindInfo |
bind |
String |
bindName |
boolean |
bSent |
int |
cnt |
int |
connectionId |
Exception |
exception |
String |
exceptionMessage |
boolean |
isRemoteThread |
int |
messageId |
Method |
method |
MethodInfo |
methodInfo |
boolean |
methodInvoked |
String |
methodNameSignature |
long |
msStart |
long |
nsEnd |
long |
nsStart |
Object |
object |
boolean |
processedByServerQueue |
Object |
response |
String |
responseBindName |
boolean |
responseBindUsesQueue |
VirtualSocket |
socket |
int |
threadId |
RequestInfo.Type |
type |
int |
vsocketId |
Constructor and Description |
---|
RequestInfo() |
Modifier and Type | Method and Description |
---|---|
static String |
getLogHeader() |
static RequestInfo.Type |
getType(int val) |
String |
toLogString() |
public RequestInfo.Type type
public final int cnt
public long msStart
public long nsStart
public long nsEnd
public BindInfo bind
public VirtualSocket socket
public int connectionId
public int messageId
public int vsocketId
public int threadId
public String bindName
public Object object
public Method method
public String methodNameSignature
public MethodInfo methodInfo
public Object[] args
public boolean bSent
public String responseBindName
public boolean responseBindUsesQueue
public Exception exception
public String exceptionMessage
public Object response
public boolean isRemoteThread
public volatile boolean methodInvoked
public volatile boolean processedByServerQueue
public boolean bHadOASyncEvent
public static RequestInfo.Type getType(int val)
public String toLogString()
public static String getLogHeader()
Copyright © 1999–2019 ViaOA. All rights reserved.