Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
void |
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 in
WAIT or READY state. |
void |
RuntimeService.releaseRequest(RuntimeServiceHandle handle, long requestId)
Releases a request from the
HOLD state. |