|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestInfo
Represents request information for the executor service.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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()
|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||