Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionBizErrorException
Exception used by the
Executable interface to indicate
a business error condition was encountered during execution. |
class |
ExecutionManualRecoveryException
Exception indicating a status that can only be recovered using manual
intervention.
|
Modifier and Type | Method and Description |
---|---|
void |
Executable.execute(RequestExecutionContext context,
RequestParameters parameters)
Invoked every time the Java job request is executed.
|