public interface AsyncRequestBeanRemote extends AsyncRequestBeanInterface
| Modifier and Type | Method and Description |
|---|---|
void |
setRequestStatus(String context,
String status,
String statusMessage)
Set the status of an ESS asynchronous java job.
|
getContextFromString, setRequestStatusvoid setRequestStatus(String context, String status, String statusMessage) throws RuntimeServiceException, RequestNotFoundException
context - The RequestExecutionContext with which the
request was started.status - The status of the request.statusMessage - An error message if the status is ERROR,
a warning message if the status is WARNING,
the paused state if the status is PAUSED.
The value will be ignored if the status is SUCCESS or CANCEL.RequestNotFoundException - If a request is not found for the
context.RuntimeServiceException - if an error occurred.