Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.2)
E20742-02


Uses of Interface
oracle.as.scheduler.RuntimeServiceHandle

Packages that use RuntimeServiceHandle
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.job   
 

Uses of RuntimeServiceHandle in oracle.as.scheduler
 

Methods in oracle.as.scheduler that return RuntimeServiceHandle
 RuntimeServiceHandle RuntimeService.open()
          Allocates system resources for performing subsequent runtime operations.
 

Methods in oracle.as.scheduler with parameters of type RuntimeServiceHandle
 void RuntimeService.cancelRequest(RuntimeServiceHandle handle, long requestId)
          Cancels the processing of a request that is not in a terminal state.
 java.util.Map 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.deleteRequest(RuntimeServiceHandle handle, long requestId)
          Marks a submitted request as deleted.
 FailedExecutionResult 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.
 java.util.Set<java.lang.String> RuntimeService.getLogicalApplicationNames(RuntimeServiceHandle handle)
          Get a list of all logical application names for ESS hosted applications currently deployed
 RequestDetail RuntimeService.getRequestDetail(RuntimeServiceHandle handle, long requestId)
          Retrieves runtime details of the specified request.
 RequestDetail RuntimeService.getRequestDetailBasic(RuntimeServiceHandle handle, long requestId)
          Retrieves basic runtime details of the specified request.
 RequestDetail[] RuntimeService.getRequestDetails(RuntimeServiceHandle handle, long[] requestIds)
          Retrieves basic runtime details of the specified requests.
 java.lang.Object RuntimeService.getRequestParameter(RuntimeServiceHandle handle, long requestId, java.lang.String name)
          Retrieves the value of a request parameter.
 java.util.Enumeration<java.lang.Long> RuntimeService.getRequests(RuntimeServiceHandle handle, long requestId)
          Returns 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.
 State RuntimeService.getRequestState(RuntimeServiceHandle handle, long requestId)
          Retrieves the current state of the specified request.
 void RuntimeService.holdRequest(RuntimeServiceHandle handle, long requestId)
          Withholds further processing of a request that is in WAIT or READY state.
 boolean RuntimeService.isHandleRollbackOnly(RuntimeServiceHandle handle)
          Determine if this handle has been marked such that the associated transaction can only be rolled back.
 void RuntimeService.lockRequest(RuntimeServiceHandle handle, long requestId)
          Acquires a lock for the given request.
 void RuntimeService.publishEvent(RuntimeServiceHandle handle, java.lang.String targetApplication, ApplicationEvent event)
          Publishes an application event to the event queue.
 void RuntimeService.purgeRequest(RuntimeServiceHandle handle, long requestId)
          Deprecated. As of 11.1.1.3.0(D8B4) Purge not supported via runtime API. Always throws NotAllowedException
 java.util.Enumeration<java.lang.Long> 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 parameters
 void RuntimeService.releaseRequest(RuntimeServiceHandle handle, long requestId)
          Releases a request from the HOLD 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, java.util.Calendar start, java.util.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.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, java.lang.String name, java.lang.Object value)
          Sets the value of a request parameter for a specified request.
 long RuntimeService.submitRequest(RuntimeServiceHandle handle, RequestExecutionContext context, java.lang.String description, MetadataObjectId definition, RequestParameters parameters)
          Submits a sub-request.
 long RuntimeService.submitRequest(RuntimeServiceHandle handle, java.lang.String description, JobType.ExecutionType type, Schedule schedule, Trigger trigger, java.util.Calendar start, java.util.Calendar end, RequestParameters parameters)
          Adhoc job request submission using specified Schedule and Trigger instances.
 long RuntimeService.submitRequest(RuntimeServiceHandle handle, java.lang.String description, MetadataObjectId definition, java.util.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, java.lang.String description, MetadataObjectId definition, MetadataObjectId trigger, java.util.Calendar start, java.util.Calendar end, RequestParameters parameters)
          Creates a new job request using metadata definitions of the job and associated trigger
 long RuntimeService.submitRequest(RuntimeServiceHandle handle, java.lang.String description, MetadataObjectId definition, MetadataObjectId schedule, MetadataObjectId trigger, java.util.Calendar start, java.util.Calendar end, RequestParameters parameters)
          Creates a new job request using metadata definitions of the job, schedule and associated trigger.
 long RuntimeService.submitRequest(RuntimeServiceHandle handle, java.lang.String description, MetadataObjectId definition, Schedule schedule, Trigger trigger, java.util.Calendar start, java.util.Calendar end, RequestParameters parameters)
          Adhoc job request submission using job definition from metadata.
 void RuntimeService.updateRequestParameter(RuntimeServiceHandle handle, long requestId, java.lang.String name, java.lang.Object value)
          Updates the value of a request parameter for a specified request.
 void RuntimeService.updateRequestStartEnd(RuntimeServiceHandle handle, long requestId, java.util.Calendar start, java.util.Calendar end)
          Replace the start and end time for a request that has already been submitted.
 

Uses of RuntimeServiceHandle in oracle.as.scheduler.job
 

Methods in oracle.as.scheduler.job that return RuntimeServiceHandle
protected  RuntimeServiceHandle BatchDelete.openRuntime()
          Opens runtime store.
 

Methods in oracle.as.scheduler.job with parameters of type RuntimeServiceHandle
protected  void BatchDelete.closeRuntime(RuntimeServiceHandle rsh, boolean rollback)
          Closes runtime store handle.
 


Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.2)
E20742-02


Copyright © 2008, 2011 Oracle. All rights reserved.