Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Field and Description |
---|---|
static ProcessPhase |
ProcessPhase.Complete
All processing for the request is complete.
|
static ProcessPhase |
ProcessPhase.ExecuteAsyncReceived
Received notification from the remote executable for an
asynchronous job.
|
static ProcessPhase |
ProcessPhase.ExecuteAsyncWait
Waiting for notification that remote execution finished for an
asynchronous job.
|
static ProcessPhase |
ProcessPhase.ExecuteFinalize
Finalize job execution for the request.
|
static ProcessPhase |
ProcessPhase.ExecuteFinalizeAsync
Finalize job execution for an asynchronous job request.
|
static ProcessPhase |
ProcessPhase.ExecuteFinalizeComplete
Job execution finalize complete.
|
static ProcessPhase |
ProcessPhase.ExecuteInitiate
Initiate job execution for the request.
|
static ProcessPhase |
ProcessPhase.ExecuteInitiateComplete
Job execution initate complete.
|
static ProcessPhase |
ProcessPhase.ExecutePaused
Job executable indicated execution has paused.
|
static ProcessPhase |
ProcessPhase.ExecutePausedWaitForSubreq
Job execution has paused and Enterprise Scheduler is waiting
for sub-requests to complete.
|
static ProcessPhase |
ProcessPhase.Initial
Initial phase.
|
static ProcessPhase |
ProcessPhase.JobSetExecuteStepsWait
Job set request is waiting for job set steps to complete.
|
static ProcessPhase |
ProcessPhase.JobSetInitial
Initial phase for a job set request.
|
static ProcessPhase |
ProcessPhase.PostExecuteComplete
Post execution of the request is complete.
|
static ProcessPhase |
ProcessPhase.PostExecuteStart
Post execution starting for the request.
|
static ProcessPhase |
ProcessPhase.PostExecuteTerminalComplete
Post execution tasks specific to the request are complete.
|
static ProcessPhase |
ProcessPhase.PostExecuteWaitForSubreq
Post execution is delayed until all sub-requests complete.
|
static ProcessPhase |
ProcessPhase.PostProcessComplete
Completed post process stage of the request execution.
|
static ProcessPhase |
ProcessPhase.PostProcessDelayed
Request post process is delayed.
|
static ProcessPhase |
ProcessPhase.PostProcessStart
Begin post process stage of the request execution.
|
static ProcessPhase |
ProcessPhase.PreProcessComplete
Completed pre process stage of the request execution.
|
static ProcessPhase |
ProcessPhase.PreProcessDelayed
Request pre process is delayed.
|
static ProcessPhase |
ProcessPhase.PreProcessStart
Begin pre process stage of the request execution.
|
static ProcessPhase |
ProcessPhase.ProcessExecuteComplete
Request execution processing has completed.
|
static ProcessPhase |
ProcessPhase.ProcessSetupReady
Preparing to execute the request.
|
static ProcessPhase |
ProcessPhase.Undefined
Undefined phase.
|
static ProcessPhase |
ProcessPhase.Unknown
Unknown phase.
|
Modifier and Type | Method and Description |
---|---|
static ProcessPhase |
ProcessPhase.fromString(String processPhaseStr)
Converts a stringified process phase into a ProcessPhase object.
|
ProcessPhase |
RequestDetail.getProcessPhase()
The process phase for this request.
|
static ProcessPhase |
ProcessPhase.valueOf(int value)
The ProcessPhase associated with the given value.
|
static ProcessPhase |
ProcessPhase.valueOf(String name) |
static ProcessPhase[] |
ProcessPhase.values() |