Uses of Interface
oracle.as.scheduler.RuntimeServiceHandle
Packages that use RuntimeServiceHandle
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Request Log and Output Content API.
Support for substitution on environment, configuration, execution context, and parameters.
-
Uses of RuntimeServiceHandle in oracle.as.scheduler
Methods in oracle.as.scheduler that return RuntimeServiceHandleModifier and TypeMethodDescriptionRuntimeService.open()
Allocates system resources for performing subsequent runtime operations.Allocates system resources for performing subsequent runtime operations.Methods in oracle.as.scheduler with parameters of type RuntimeServiceHandleModifier 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.RuntimeService.checkDetailedPermissions
(RuntimeServiceHandle handle, long[] requestIds, RuntimeDataPermission.Action... privileges) Check whether the current user has privilegs on the input requests identified by a list of request ids.RuntimeService.checkRequestPrivilege
(RuntimeServiceHandle handle, long[] requestIds, RuntimeDataPermission.Action... privileges) Check whether the current user has privilegs on the input requests identified by a list of request ids.void
RuntimeService.close
(RuntimeServiceHandle handle) Closes the runtime handle.void
RuntimeService.close
(RuntimeServiceHandle handle, boolean abort) Closes the runtime handle.void
RuntimeService.closeContent
(RuntimeServiceHandle handle, ContentHandle contentHandle) Closes the previously opened log or output content and releases the handle.boolean
RuntimeService.copyBinaryContentToFile
(RuntimeServiceHandle rsh, ContentHandle handle, File file, boolean lockRow) Copy binary content of the given request to file.boolean
RuntimeService.copyTextContentToFile
(RuntimeServiceHandle handle, ContentHandle contentHandle, File file, boolean lockRow) Copy log or output text content of the given request to file.void
RuntimeService.deleteRequest
(RuntimeServiceHandle handle, long requestId) Marks a submitted request as deleted.RuntimeService.getApplicationConfig
(RuntimeServiceHandle handle) Gets the configuration for this application as specified in ess-config.xml and customizations thereof, including default values.byte[]
RuntimeService.getBinaryContent
(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxBytes) Gets at mostmaxBytes
bytes from the binary content.byte[]
RuntimeService.getBinaryContent
(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxBytes, boolean lockRow) Gets at mostmaxBytes
bytes from the binary content.RuntimeService.getBinaryContentLob
(RuntimeServiceHandle handle, ContentHandle contentHandle) Gets the binary content.RuntimeService.getBlockedRequests
(RuntimeServiceHandle handle, long requestId) Returns the request identifiers for all requests that are currently blocked by the specified request.RuntimeService.getDBSchedulerJobDetail
(RuntimeServiceHandle handle, long requestId) Returns the object containing DBScheduler External Job Status detailsRuntimeService.getExternalJobStatus
(RuntimeServiceHandle handle, long requestId) Determines the general status of the external job for a request.RuntimeService.getFailedExecutionResult
(RuntimeServiceHandle handle, long requestId) Retrieves the result of the last failed execution attempt for the specified request which has been retried at least once.RuntimeService.getJobIncompatibilities
(RuntimeServiceHandle handle, MetadataObjectId metaId, long requestId) Gets incompatibilities for a job/jobset definition from the the runtime metadata store.RuntimeService.getJobStepRequestParameters
(RuntimeServiceHandle handle, long jobsetId) Get the Map of scoped parameters for a jobset requestId.RuntimeService.getLocale
(RuntimeServiceHandle handle) Get the locale associated with this session.RuntimeService.getLogContentDetail
(RuntimeServiceHandle handle, long requestId) Gets the log content detail for the request.RuntimeService.getLogicalApplicationNames
(RuntimeServiceHandle handle) Get a list of all logical application names for ESS hosted applications currently deployed.String[]
RuntimeService.getLogLines
(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxLines) Gets at mostmaxLines
lines from the request log, continuing from the last call to this method.RuntimeService.getOutputContentDetail
(RuntimeServiceHandle handle, long requestId) Gets details for all output content for the request.RuntimeService.getOutputContentDetail
(RuntimeServiceHandle handle, long requestId, String contentName) Gets details for the specified output content for the request.RuntimeService.getRequestDetail
(RuntimeServiceHandle handle, long requestId) Retrieves runtime details of the specified request.RuntimeService.getRequestDetail
(RuntimeServiceHandle handle, long requestId, boolean includeTranslation) Retrieves runtime details of the specified request.RuntimeService.getRequestDetailBasic
(RuntimeServiceHandle handle, long requestId) Retrieves basic runtime details of the specified request.RuntimeService.getRequestDetails
(RuntimeServiceHandle handle, long[] requestIds) Retrieves basic runtime details of the specified requests.RuntimeService.getRequestDetails
(RuntimeServiceHandle handle, long[] requestIds, boolean includeTranslation) Retrieves basic runtime details of the specified requests.RuntimeService.getRequestDetailstoExport
(RuntimeServiceHandle handle, Filter filter, RuntimeService.QueryField orderBy, boolean ascending, int maxCount, boolean counterInfo) Retrieves runtime details for all requests whose attribute and system properties match those specified by the query parameters.oracle.as.scheduler.Diagnosis
RuntimeService.getRequestDiagnosis
(RuntimeServiceHandle handle, long requestId) Gets the diagnosis for a request which includes the request State and for requests in WAIT or READY state, additional diagnostic information.RuntimeService.getRequestParameter
(RuntimeServiceHandle handle, long requestId, String name) Retrieves the value of a request parameter.RuntimeService.getRequests
(RuntimeServiceHandle handle, long requestId) Gets an enumeration of the request identifiers for those requests that have the specified request as their immediate parent and are associated with the current execution attempt of that parent request.RuntimeService.getRequestState
(RuntimeServiceHandle handle, long requestId) Retrieves the current state of the specified request.char[]
RuntimeService.getTextContent
(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxChars) Gets at mostmaxChars
lines from the log or output text content.char[]
RuntimeService.getTextContent
(RuntimeServiceHandle handle, ContentHandle contentHandle, int maxChars, boolean lockRow) Gets at mostmaxChars
lines from the log or output text content.RuntimeService.getTextContentLob
(RuntimeServiceHandle handle, ContentHandle contentHandle) Gets text content.void
RuntimeService.holdRequest
(RuntimeServiceHandle handle, long requestId) Withholds further processing of a request that is inWAIT
orREADY
state.boolean
RuntimeService.isHandleRollbackOnly
(RuntimeServiceHandle handle) Determine if this handle has been marked such that the associated transaction can only be rolled back.boolean
RuntimeService.isStandaloneEnv
(RuntimeServiceHandle handle) Indicates whether the environment is standalone or fusion.void
RuntimeService.lockRequest
(RuntimeServiceHandle handle, long requestId) Acquires a lock for the given request.RuntimeService.openLogContent
(RuntimeServiceHandle handle, long requestId) Opens the request log to retrieve the log data.RuntimeService.openOutputContent
(RuntimeServiceHandle handle, long requestId, String contentName) Opens the specified request output to retrieve the output data.RuntimeService.openOutputContent
(RuntimeServiceHandle handle, RequestExecutionContext context, String contentName, ContentType contentType, EnumSet<ContentHandle.ContentOpenOptions> options) Opens the named request output during job execution.RuntimeService.queryRequests
(RuntimeServiceHandle handle, Filter filter, RuntimeService.QueryField orderBy, boolean ascending) Retrieves an enumeration of the request identifers for all requests whose attribute and system properties match those specified by the query parametersvoid
RuntimeService.releaseRequest
(RuntimeServiceHandle handle, long requestId) Releases a request from theHOLD
state.void
RuntimeService.replaceSchedule
(RuntimeServiceHandle handle, long requestId, MetadataObjectId scheduleId) Replace the current schedule for a request that has already been submitted.void
RuntimeService.replaceSchedule
(RuntimeServiceHandle handle, long requestId, MetadataObjectId scheduleId, Schedule schedule, Calendar start, Calendar end) Replace the current schedule for a request that has already been submitted with a schedule.void
RuntimeService.replaceSchedule
(RuntimeServiceHandle handle, long requestId, Schedule schedule) Replace the current schedule for a request that has already been submitted.void
RuntimeService.setExternalJobState
(RuntimeServiceHandle handle, long requestID, ExternalJobState externalJobState) Saves External state value for a JAVA BIP job type in request property.void
RuntimeService.setHandleRollbackOnly
(RuntimeServiceHandle handle) Modify the transaction associated with this handle such that the only possible outcome of the transaction is to roll back the transaction.void
RuntimeService.setRequestParameter
(RuntimeServiceHandle handle, long requestId, String name, Object value) Sets the value of a request parameter for a specified request.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, String description, JobType.ExecutionType type, Schedule schedule, oracle.as.scheduler.Trigger trigger, Calendar start, Calendar end, RequestParameters parameters) Adhoc job request submission using specified Schedule.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, String description, MetadataObjectId definition, Calendar start, RequestParameters parameters) Creates a new job request using metadata definition of the job to run once on a specific time.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, String description, MetadataObjectId definition, MetadataObjectId schedule, MetadataObjectId trigger, Calendar start, Calendar end, RequestParameters parameters) Creates a new job request using metadata definitions of the job, and schedule.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, String description, MetadataObjectId definition, Schedule schedule, oracle.as.scheduler.Trigger trigger, Calendar start, Calendar end, RequestParameters parameters) Adhoc job request submission using job definition from metadata.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, RequestExecutionContext context, String description, MetadataObjectId definition, RequestParameters parameters) Submits a sub-request.void
RuntimeService.updateRequestParameter
(RuntimeServiceHandle handle, long requestId, String name, Object value) Updates the value of a request parameter for a specified request.void
RuntimeService.updateRequestStartEnd
(RuntimeServiceHandle handle, long requestId, Calendar start, Calendar end) Replace the start and end time for a request that has already been submitted. -
Uses of RuntimeServiceHandle in oracle.as.scheduler.request
Methods in oracle.as.scheduler.request with parameters of type RuntimeServiceHandleModifier and TypeMethodDescriptionstatic LogContentHelper
ContentFactory.getLogContentHelper
(long requestId, RuntimeServiceHandle rsh) Gets the helper for creating log content for requests Each operation will use the user-provided handle, and it is the caller's responsibility to commit or rollback the transaction.static OutputContentHelper
ContentFactory.getOutputContentHelper
(long requestId, RuntimeServiceHandle rsh) Gets the helper for creating output content for requests with Standard or Extended request mode.static RequestOutput
ContentFactory.getRequestOutput
(RuntimeServiceHandle rsh, long requestId, ContentType contentType, String contentName) Retrieves the request output and creates the output content in the ESS content store for the request.RemoteContentHelper.openOutputContent
(RuntimeServiceHandle runtimeHandle, String contentName, ContentType contentType, EnumSet<ContentHandle.ContentOpenOptions> options) Opens output content for read or write. -
Uses of RuntimeServiceHandle in oracle.as.scheduler.substitution
Constructors in oracle.as.scheduler.substitution with parameters of type RuntimeServiceHandleModifierConstructorDescriptionCcwSubstitutionHandler
(String application, RuntimeServiceHandle rsh, oracle.as.scheduler.runtime.RuntimeStore runtimeStore) Constructor.