public class RequestMetadata extends AdminObjectImpl implements Request
Request.ProcessingState, Request.ThreadStateattachmentsDELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD| Constructor and Description |
|---|
RequestMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCommand()
Get the SQL Command sent to the Server for a Request
|
long |
getExecutionId()
Get the ExecutionId for a Request
|
Integer |
getNodeId() |
String |
getSessionId()
Get the SessionID for a Request
|
long |
getStartTime()
Get when the processing began for this Request
|
Request.ProcessingState |
getState() |
Request.ThreadState |
getThreadState() |
String |
getTransactionId()
Get the TransactionID of the Request
|
int |
hashCode() |
boolean |
isSourceRequest() |
void |
setCommand(String cmd) |
void |
setExecutionId(long id) |
void |
setNodeId(Integer nodeID) |
void |
setSessionId(String session) |
void |
setSourceRequest(boolean sourceRequest) |
void |
setStartTime(long time) |
void |
setState(Request.ProcessingState state) |
void |
setThreadState(Request.ThreadState threadState) |
void |
setTransactionId(String id) |
boolean |
sourceRequest() |
String |
toString() |
addAttachment, addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getProperties, getPropertyValuegetHostName, getServerGroup, getServerNamepublic long getExecutionId()
RequestBeangetExecutionId in interface RequestBeanpublic void setExecutionId(long id)
public Request.ProcessingState getState()
getState in interface RequestBeanpublic void setState(Request.ProcessingState state)
public Request.ThreadState getThreadState()
getThreadState in interface RequestBeanpublic void setThreadState(Request.ThreadState threadState)
public String getSessionId()
RequestBeangetSessionId in interface RequestBeanpublic void setSessionId(String session)
public long getStartTime()
RequestBeangetStartTime in interface RequestBeanpublic void setStartTime(long time)
public String getCommand()
RequestBeangetCommand in interface RequestBeanpublic void setCommand(String cmd)
public boolean sourceRequest()
sourceRequest in interface Requestpublic void setSourceRequest(boolean sourceRequest)
public Integer getNodeId()
getNodeId in interface RequestBeanpublic void setNodeId(Integer nodeID)
public String getTransactionId()
RequestBeangetTransactionId in interface RequestBeanpublic void setTransactionId(String id)
public boolean isSourceRequest()
isSourceRequest in interface RequestBeanCopyright © 2019. All rights reserved.