Uses of Class
oracle.as.scheduler.NotAllowedException
Packages that use NotAllowedException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of NotAllowedException in oracle.as.scheduler
Methods in oracle.as.scheduler that throw NotAllowedExceptionModifier and TypeMethodDescriptionvoid
RuntimeService.deleteRequest
(RuntimeServiceHandle handle, long requestId) Marks a submitted request as deleted.void
RuntimeService.forceCancelAsyncRequest
(long requestId) Complete an asynchronous request with a CANCEL status.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.void
Recurrence.validateNotSupportedRecurString
(String recurExpr) Checks if this Recurrence expression represents a valid recurrence pattern which is supported by ESS.