Uses of Class
oracle.as.scheduler.FailedExecutionResult
Packages that use FailedExecutionResult
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of FailedExecutionResult in oracle.as.scheduler
Methods in oracle.as.scheduler that return FailedExecutionResultModifier and TypeMethodDescriptionstatic FailedExecutionResult
FailedExecutionResult.from
(CompositeData cd) Create an instance of the model specific class out of an associated CompositeData instance exclude from javadocRuntimeService.getFailedExecutionResult
(RuntimeServiceHandle handle, long requestId) Retrieves the result of the last failed execution attempt for the specified request which has been retried at least once.