Package oracle.as.scheduler.async
Class AsyncHelper
java.lang.Object
oracle.as.scheduler.async.AsyncHelper
Helper class for invoking the local asynchronous request bean.
Use cases for the local asynchronous request bean are rare. Normally
the webservice
setAsyncRequestStatus
operation or the remote
async request bean are used.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
final void
onBizError
(String errorMsg) final void
onCancel()
final void
final void
final void
final void
void
setRequestStatus
(AsyncStatus status, String statusMessage)
-
Constructor Details
-
AsyncHelper
- Throws:
NamingException
-
-
Method Details
-
onSuccess
-
onError
-
onBizError
public final void onBizError(String errorMsg) throws RuntimeServiceException, RequestNotFoundException -
onWarning
public final void onWarning(String warningMsg) throws RuntimeServiceException, RequestNotFoundException -
onPause
public final void onPause(String pausedState) throws RuntimeServiceException, RequestNotFoundException -
onCancel
-
setRequestStatus
public void setRequestStatus(AsyncStatus status, String statusMessage) throws RuntimeServiceException, RequestNotFoundException -
checkInCancelling
-