public interface RequestInfo
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCommandName()  | 
String | 
getDeploymentId()  | 
List<? extends ErrorInfo> | 
getErrorInfo()  | 
int | 
getExecutions()  | 
Long | 
getId()  | 
String | 
getKey()  | 
String | 
getMessage()  | 
int | 
getPriority()  | 
Long | 
getProcessInstanceId()  | 
byte[] | 
getRequestData()  | 
byte[] | 
getResponseData()  | 
int | 
getRetries()  | 
STATUS | 
getStatus()  | 
Date | 
getTime()  | 
void | 
setStatus(STATUS status)
Sets status for the request 
 | 
void setStatus(STATUS status)
status - STATUS getStatus()
Long getId()
List<? extends ErrorInfo> getErrorInfo()
int getRetries()
int getExecutions()
String getCommandName()
String getKey()
String getMessage()
Date getTime()
byte[] getRequestData()
byte[] getResponseData()
String getDeploymentId()
Long getProcessInstanceId()
int getPriority()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.