|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncRequestBeanInterface
| Method Summary | |
|---|---|
RequestExecutionContext |
getContextFromString(java.lang.String string)
The dual of RequestExecutionContext.toString() |
void |
onBizError(RequestExecutionContext context,
java.lang.String errorMsg)
|
void |
onCancel(RequestExecutionContext context)
|
void |
onError(RequestExecutionContext context,
java.lang.String errorMsg)
|
void |
onPause(RequestExecutionContext context,
java.lang.String pausedState)
|
void |
onSuccess(RequestExecutionContext context)
|
void |
onWarning(RequestExecutionContext context,
java.lang.String warningMessage)
|
void |
setRequestStatus(RequestExecutionContext context,
oracle.as.scheduler.async.AsyncStatus status,
java.lang.String statusMessage)
Set the status of an ESS asynchronous java job. |
| Method Detail |
|---|
void onSuccess(RequestExecutionContext context)
throws RuntimeServiceException,
RequestNotFoundException
context -
oracle.as.scheduler.core.EssCoreException - if a problem occurs when communicating with the EJB
RuntimeServiceException
RequestNotFoundException
void onError(RequestExecutionContext context,
java.lang.String errorMsg)
throws RuntimeServiceException,
RequestNotFoundException
context -
oracle.as.scheduler.core.EssCoreException - if a problem occurs when communicating with the EJB
RuntimeServiceException
RequestNotFoundException
void onBizError(RequestExecutionContext context,
java.lang.String errorMsg)
throws RuntimeServiceException,
RequestNotFoundException
context -
oracle.as.scheduler.core.EssCoreException - if a problem occurs when communicating with the EJB
RuntimeServiceException
RequestNotFoundException
void onPause(RequestExecutionContext context,
java.lang.String pausedState)
throws RuntimeServiceException,
RequestNotFoundException
context -
oracle.as.scheduler.core.EssCoreException - if a problem occurs when communicating with the EJB
RuntimeServiceException
RequestNotFoundException
void onWarning(RequestExecutionContext context,
java.lang.String warningMessage)
throws RuntimeServiceException,
RequestNotFoundException
context -
oracle.as.scheduler.core.EssCoreException - if a problem occurs when communicating with the EJB
RuntimeServiceException
RequestNotFoundException
void onCancel(RequestExecutionContext context)
throws RuntimeServiceException,
RequestNotFoundException
context -
oracle.as.scheduler.core.EssCoreException - if a problem occurs when communicating with the EJB
RuntimeServiceException
RequestNotFoundException
void setRequestStatus(RequestExecutionContext context,
oracle.as.scheduler.async.AsyncStatus status,
java.lang.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
RequestExecutionContext getContextFromString(java.lang.String string)
throws RuntimeServiceException,
RequestNotFoundException
string -
oracle.as.scheduler.core.EssCoreException
RuntimeServiceException
RequestNotFoundException
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||