Uses of Class
oracle.as.scheduler.IllegalStateException
Packages that use IllegalStateException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of IllegalStateException in oracle.as.scheduler
Methods in oracle.as.scheduler that throw IllegalStateExceptionModifier and TypeMethodDescriptionvoid
RuntimeService.cancelRequest
(RuntimeServiceHandle handle, long requestId) Cancels the processing of a request that is not in a terminal state.void
RuntimeService.cancelRequestGraceful
(RuntimeServiceHandle handle, long requestId) Cancels the processing of a request that is not in a terminal state.void
RuntimeService.deleteRequest
(RuntimeServiceHandle handle, long requestId) Marks a submitted request as deleted.void
RuntimeService.holdRequest
(RuntimeServiceHandle handle, long requestId) Withholds further processing of a request that is inWAIT
orREADY
state.void
RuntimeService.releaseRequest
(RuntimeServiceHandle handle, long requestId) Releases a request from theHOLD
state.