Uses of Class
oracle.as.scheduler.ExecutionCancelledException
Packages that use ExecutionCancelledException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ExecutionCancelledException in oracle.as.scheduler
Methods in oracle.as.scheduler that throw ExecutionCancelledExceptionModifier and TypeMethodDescriptionvoid
Executable.execute
(RequestExecutionContext context, RequestParameters parameters) Invoked every time the Java job request is executed.void
JobHelper.handleExecutionInterruption
(RequestExecutionContext requestExecutionContext) Unified API to determine if job execution has been interrupted and raise appropriate scheduler exception for sync java jobs.