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() |
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() |
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()
RequestgetExecutionId in interface Requestpublic void setExecutionId(long id)
public Request.ProcessingState getState()
public void setState(Request.ProcessingState state)
public Request.ThreadState getThreadState()
getThreadState in interface Requestpublic void setThreadState(Request.ThreadState threadState)
public String getSessionId()
RequestgetSessionId in interface Requestpublic void setSessionId(String session)
public long getStartTime()
RequestgetStartTime in interface Requestpublic void setStartTime(long time)
public String getCommand()
RequestgetCommand in interface Requestpublic void setCommand(String cmd)
public boolean sourceRequest()
sourceRequest in interface Requestpublic void setSourceRequest(boolean sourceRequest)
public Integer getNodeId()
public void setNodeId(Integer nodeID)
public String getTransactionId()
RequestgetTransactionId in interface Requestpublic void setTransactionId(String id)
Copyright © 2018 JBoss by Red Hat. All rights reserved.