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


Uses of Class
oracle.as.scheduler.RequestNotFoundException

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

Uses of RequestNotFoundException in oracle.as.scheduler
 

Methods in oracle.as.scheduler that throw RequestNotFoundException
 void RuntimeService.cancelRequest(RuntimeServiceHandle handle, long requestId)
          Cancels the processing of a request that is not in a terminal state.
 void RuntimeService.deleteRequest(RuntimeServiceHandle handle, long requestId)
          Marks a submitted request as deleted.
 RequestExecutionContext AsyncRequestBeanInterface.getContextFromString(java.lang.String string)
          The dual of RequestExecutionContext.toString()
 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.
 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.
 void RuntimeService.lockRequest(RuntimeServiceHandle handle, long requestId)
          Acquires a lock for the given request.
 void AsyncRequestBeanInterface.onBizError(RequestExecutionContext context, java.lang.String errorMsg)
           
 void AsyncRequestBeanRemote.onBizError(java.lang.String context, java.lang.String errorMsg)
           
 void AsyncRequestBeanInterface.onCancel(RequestExecutionContext context)
           
 void AsyncRequestBeanRemote.onCancel(java.lang.String context)
           
 void AsyncRequestBeanInterface.onError(RequestExecutionContext context, java.lang.String errorMsg)
           
 void AsyncRequestBeanRemote.onError(java.lang.String context, java.lang.String errorMsg)
           
 void AsyncRequestBeanInterface.onPause(RequestExecutionContext context, java.lang.String pausedState)
           
 void AsyncRequestBeanRemote.onPause(java.lang.String context, java.lang.String pausedState)
           
 void AsyncRequestBeanInterface.onSuccess(RequestExecutionContext context)
           
 void AsyncRequestBeanRemote.onSuccess(java.lang.String context)
           
 void AsyncRequestBeanInterface.onWarning(RequestExecutionContext context, java.lang.String warningMessage)
           
 void AsyncRequestBeanRemote.onWarning(java.lang.String context, java.lang.String warningMessage)
           
 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
 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.setRequestParameter(RuntimeServiceHandle handle, long requestId, java.lang.String name, java.lang.Object value)
          Sets the value of a request parameter for a specified request.
 void AsyncRequestBeanInterface.setRequestStatus(RequestExecutionContext context, oracle.as.scheduler.async.AsyncStatus status, java.lang.String statusMessage)
          Set the status of an ESS asynchronous java job.
 void AsyncRequestBeanRemote.setRequestStatus(java.lang.String context, java.lang.String status, java.lang.String statusMessage)
          Set the status of an ESS asynchronous java job.
 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.
 


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


Copyright © 2008, 2011 Oracle. All rights reserved.