public interface RequestInfo
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCommandName()
Returns command name for this request 
 | 
List<? extends ErrorInfo> | 
getErrorInfo()
Returns list of errors for this request if any 
 | 
int | 
getExecutions()
Returns number of already executed attempts 
 | 
Long | 
getId()
Returns unique id of the request 
 | 
String | 
getKey()
Returns business key assigned to this request 
 | 
String | 
getMessage()
Returns descriptive message assigned to this request 
 | 
byte[] | 
getRequestData()
Serialized bytes of the contextual request data 
 | 
byte[] | 
getResponseData()
Serialized bytes of the response data 
 | 
int | 
getRetries()
Returns number of retries available for this request 
 | 
STATUS | 
getStatus()
Returns status of the request 
 | 
Date | 
getTime()
Returns time that this request shall be executed (for the first attempt) 
 | 
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()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.