Uses of Enum Class
oracle.as.scheduler.async.AsyncStatus
Packages that use AsyncStatus
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Classes for use by asynchronous jobs.
-
Uses of AsyncStatus in oracle.as.scheduler
Methods in oracle.as.scheduler with parameters of type AsyncStatusModifier and TypeMethodDescriptionUpdatable.onEvent(RequestExecutionContext context, RequestParameters parameters, AsyncStatus resultCode, String messagePayload) Invoked by Enterprise Scheduler when a remote job for an asynchronous request notifies Enterprise Scheduler of a status.voidAsyncRequestBeanInterface.setRequestStatus(RequestExecutionContext context, AsyncStatus status, String statusMessage) Set the status of an ESS asynchronous java job. -
Uses of AsyncStatus in oracle.as.scheduler.async
Methods in oracle.as.scheduler.async that return AsyncStatusModifier and TypeMethodDescriptionUpdateAction.getAsyncStatus()Gets the AsyncStatus associated with this object.static AsyncStatusReturns the enum constant of this class with the specified name.static AsyncStatus[]AsyncStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler.async with parameters of type AsyncStatusModifier and TypeMethodDescriptionvoidAsyncHelper.setRequestStatus(AsyncStatus status, String statusMessage) voidRemoteAsyncHelper.setRequestStatus(AsyncStatus status, String statusMessage) Constructors in oracle.as.scheduler.async with parameters of type AsyncStatusModifierConstructorDescriptionUpdateAction(AsyncStatus status, String message) Constructor.UpdateAction(AsyncStatus status, String message, Throwable throwable) Constructor.