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

A B C D E F G H I J L M N O P Q R S T U V W

R

recoverRequest(long) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Attempts to force a request to complete under certain conditions.
Recurrence - Class in oracle.as.scheduler
Used to define a recurrence pattern for use by Schedule or Exclusion definition.
Recurrence(String) - Constructor for class oracle.as.scheduler.Recurrence
Constructs a new instance with the specified iCalendar expression.
Recurrence(RecurrenceFields.FREQUENCY, int) - Constructor for class oracle.as.scheduler.Recurrence
Constructs a new instance with the given frequency.
Recurrence(RecurrenceFields.FREQUENCY, int, Calendar, Calendar) - Constructor for class oracle.as.scheduler.Recurrence
Constructs a new instance with the given frequency and the start, end date/time.
RecurrenceFields - Class in oracle.as.scheduler
Defines the fields to construct a Recurrence.
RecurrenceFields() - Constructor for class oracle.as.scheduler.RecurrenceFields
 
RecurrenceFields.DAY_OF_MONTH - Class in oracle.as.scheduler
Defines the day of a month.
RecurrenceFields.DAY_OF_WEEK - Enum in oracle.as.scheduler
Enumeration for the days of a week.
RecurrenceFields.FREQUENCY - Enum in oracle.as.scheduler
Defines the main repeat frequency of a Recurrence.
RecurrenceFields.MONTH_OF_YEAR - Enum in oracle.as.scheduler
Defines the months of the year.
RecurrenceFields.TIME_OF_DAY - Class in oracle.as.scheduler
Defines the time of the day.
RecurrenceFields.WEEK_OF_MONTH - Enum in oracle.as.scheduler
Enumerations for the week of a month.
RecurrenceFields.YEAR - Class in oracle.as.scheduler
Encapsulate the value of a year.
REDIRECTED_OUTPUT_FILE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the file where standard output and error streams are redirected for a Process job request.
releaseRequest(long) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Releases a request from the HOLD state.
releaseRequest(RuntimeServiceHandle, long) - Method in interface oracle.as.scheduler.RuntimeService
Releases a request from the HOLD state.
reloadWorkAssignments(List<MetadataObjectId>) - Method in interface oracle.as.scheduler.management.ProcessorMXBeanProxy
Deprecated. Not supported.
remove(String) - Method in class oracle.as.scheduler.JobSetStepProperties
Removes a property from this object.
remove(String) - Method in class oracle.as.scheduler.ParameterList
Removes the given parameter from the list.
remove(String) - Method in class oracle.as.scheduler.RequestParameters
Removes a parameter from this object.
remove(String, String) - Method in class oracle.as.scheduler.RequestParameters
Removes a parameter uniquely identified by a step ID and parameter name.
removeBinding(MetadataObjectId) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Removes a processor binding.
removeBindings(List<MetadataObjectId>) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Removes a list of processor bindings.
removeDayOfMonth(RecurrenceFields.DAY_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
Method to remove a day of month from this Recurrence objects.
removeDayOfWeek(RecurrenceFields.DAY_OF_WEEK) - Method in class oracle.as.scheduler.Recurrence
Method to remove a day of week from this Recurrence objects.
removeEntity(MetadataObjectId) - Method in class oracle.as.scheduler.Incompatibility
Removes the specified entity from this incompatibility definition.
removeExclusion(Exclusion) - Method in class oracle.as.scheduler.ExclusionsDefinition
Method to remove an Exclusion from this ExclusionsDefinition object.
removeExclusion(MetadataObjectId) - Method in class oracle.as.scheduler.Schedule
Removes the given reference of ExclusionsDefinition from this Schedule object.
removeExclusionDate(ExplicitDate) - Method in class oracle.as.scheduler.Schedule
Removes an explicit date from the list of dates excluded for occurrences in this Schedule object.
removeInclusionDate(ExplicitDate) - Method in class oracle.as.scheduler.Schedule
Removes an explicit date from list of included dates of this Schedule object.
removeMonth(RecurrenceFields.MONTH_OF_YEAR) - Method in class oracle.as.scheduler.Recurrence
Method to remove a month from this Recurrence objects.
removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
Method to remove a week of month from this Recurrence objects.
removeWorkshift(MetadataObjectId) - Method in class oracle.as.scheduler.WorkAssignment
Removes a workshift from this WorkAssignment.
replaceSchedule(long, MetadataObjectId) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Replace the current schedule for a request that has already been submitted.
replaceSchedule(RuntimeServiceHandle, long, Schedule) - Method in interface oracle.as.scheduler.RuntimeService
Replace the current schedule for a request that has already been submitted.
replaceSchedule(RuntimeServiceHandle, long, MetadataObjectId) - Method in interface oracle.as.scheduler.RuntimeService
Replace the current schedule for a request that has already been submitted.
replaceSchedule(RuntimeServiceHandle, long, MetadataObjectId, Schedule, Calendar, Calendar) - Method in interface oracle.as.scheduler.RuntimeService
Replace the current schedule for a request that has already been submitted with a schedule.
replaceScheduleAdhoc(long, Schedule) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Replace the current schedule for a request that has already been submitted.
replaceScheduleStartEnd(long, MetadataObjectId, Schedule, CalendarWrapper, CalendarWrapper) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Replace the current schedule for a request that has already been submitted with a schedule.
REPROCESS_DELAY - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the callout handler processing delay time.
ReqParamCtxtSubstitutionHandler - Interface in oracle.as.scheduler.substitution
Interface for handlers used by ReqParamCtxtSubstitutor.
ReqParamCtxtSubstitutor - Class in oracle.as.scheduler.substitution
Perform token substitutions on a RequestParameters object using a set of ReqParamCtxtSubstitutionHandlers.
ReqParamCtxtSubstitutor(RequestExecutionContext, RequestParameters) - Constructor for class oracle.as.scheduler.substitution.ReqParamCtxtSubstitutor
 
REQUEST_CANCELLED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing was cancelled.
REQUEST_CATEGORY - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies an application-specific label for a request.
REQUEST_ERROR - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing resulted in an error.
REQUEST_ERROR_MANUAL_RECOVERY - Static variable in interface oracle.as.scheduler.Event
The name of the system event published when a request transitions to ERROR_MANUAL_RECOVERY state.
REQUEST_EXPIRATION - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the expiration time for a request.
REQUEST_EXPIRED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when a request expired before it could be executed.
REQUEST_FINISHED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published for a request that was submitted with a shedule or trigger when the schedule has ended (or request expiration has been reached) and all child requests have reached a terminal state.
REQUEST_ID - Static variable in class oracle.as.scheduler.cp.exec.RequestInfoMap
Constant representing the current request's id in RequestInfoMap.
REQUEST_INVALID - Static variable in interface oracle.as.scheduler.Event
Request that was pending validation marked as invalid.
REQUEST_PAUSED - Static variable in interface oracle.as.scheduler.Event
Request has been paused for sub-request completion.
REQUEST_RETRY - Static variable in interface oracle.as.scheduler.Event
Request will be retried.
REQUEST_SCH_INTERVAL - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant for request schedule interval in RequestParameters
REQUEST_STATUS - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Status of the current request if the request is of type JobType.ExecutionType.SQL_TYPE or JobType.ExecutionType.PROCESS_TYPE (only SQL*Plus; Others use normal ESS mechanism).
REQUEST_STEP_PATH - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant representing a request's path in a job set
REQUEST_SUCCEEDED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing succeeded.
REQUEST_TIMED_OUT - Static variable in interface oracle.as.scheduler.Event
The name of the system event published when a request times out.
REQUEST_VALID - Static variable in interface oracle.as.scheduler.Event
Request successfully validated.
REQUEST_WARNING - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing resulted in a warning.
RequestCategory - Static variable in interface oracle.as.scheduler.metadata.query.MetadataQueryField
 
RequestContextSubstitutionHandler - Class in oracle.as.scheduler.substitution
This SubstitutionHandler makes the elements of ReqeustExecutionContext available as substitutions.
RequestContextSubstitutionHandler() - Constructor for class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
RequestDetail - Class in oracle.as.scheduler
Encapsulates the runtime data associated with a request.
RequestDetail(Map<RequestDetail.RequestDetailField, Object>, boolean) - Constructor for class oracle.as.scheduler.RequestDetail
 
RequestDetail(long, String, MetadataObjectId, boolean, boolean, String, String, String, Calendar, State, ErrorType, String, String, Calendar, Calendar, long, int, long, String, String, RequestType, Calendar, long, String, String, ProcessPhase, long, Calendar, long, int, MetadataObjectId, long, String, String, Boolean, boolean, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestDetail
Deprecated. 
RequestDetail(long, String, MetadataObjectId, MetadataObjectId, MetadataObjectId, String, String, MetadataObjectId, MetadataObjectId, boolean, boolean, int, int, String, String, String, Calendar, Calendar, Calendar, State, ErrorType, int, String, String, Calendar, Calendar, Calendar, Calendar, Cause, long, String, RequestParameters, Schedule, Trigger, Document, long, String, String, RequestType, long, String, Calendar, String, String, String, ProcessPhase, long, Calendar, long, MetadataObjectId, long, String, Boolean, boolean, int, int, int, int, int, String, String, String, String, String) - Constructor for class oracle.as.scheduler.RequestDetail
Deprecated. 
RequestDetail.RequestDetailField - Enum in oracle.as.scheduler
 
REQUESTED_PROCESSOR - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the request processor node on which the request should be processed.
RequestExecutionContext - Interface in oracle.as.scheduler
Defines the context of a request execution.
RequestHelper - Class in oracle.as.scheduler.cp.exec
This class provides helper methods to obtain information about the request in progress.
RequestInfoMap - Class in oracle.as.scheduler.cp.exec
This class holds the ThreadLocal map that is used to store references to various utility objects that are useful during the execution lifecycle of a request.
RequestInfoMap() - Constructor for class oracle.as.scheduler.cp.exec.RequestInfoMap
 
RequestNotFoundException - Exception in oracle.as.scheduler
 
RequestNotFoundException() - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor
RequestNotFoundException(String) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor with a detailed message.
RequestNotFoundException(String, long) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor with a detailed message.
RequestNotFoundException(Throwable) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor with the underlying cause.
RequestNotFoundException(Throwable, long) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor with the underlying cause.
RequestNotFoundException(String, Throwable) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor with a detailed message and underlying cause.
RequestNotFoundException(String, Throwable, long) - Constructor for exception oracle.as.scheduler.RequestNotFoundException
Constructor with a detailed message and underlying cause.
RequestParameters - Class in oracle.as.scheduler
Container for all the parameters for a request.
RequestParameters() - Constructor for class oracle.as.scheduler.RequestParameters
Constructs a new instance.
RequestParameters(RequestParameters) - Constructor for class oracle.as.scheduler.RequestParameters
Constructs an instance with the same parameter mappings as the specified object.
RequestParamSubstitutionHandler - Class in oracle.as.scheduler.substitution
This SubstitutionHandler makes the elements of RequestParameters available as substitutions.
RequestParamSubstitutionHandler() - Constructor for class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
RequestSummary - Class in oracle.as.scheduler
Provides request summary information.
RequestSummary(String, String, String, int, long) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(String, String, String, String, int, int, int, int, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(String, String, String, String, int, int, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(long, long, long, long, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(String, String, int, int, int, int, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(MetadataObjectId, String, String, int, int, int, int, long, long, long, long, Calendar, long) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(String, long, long, long, long, long, long, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(String, long, long, long, long, long, long, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestSummary(Calendar, int, int, int, int, int) - Constructor for class oracle.as.scheduler.RequestSummary
 
RequestType - Enum in oracle.as.scheduler
Enum of request types.
RESULT_DELETED_COUNT - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Result property that specifies the number of parent requests for which the delete operation succeeded.
RESULT_FAILED_COUNT - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Result property that specifies the number of parent requests for which the delete operation failed.
RESULT_PROCESSED_COUNT - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Result property that specifies the number of parent requests processed by the batch delete job.
RESULT_TOTAL_DELETED - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Result property that specifies the total number of requests that were deleted.
ResultIndex - Static variable in interface oracle.as.scheduler.metadata.query.MetadataQueryField
 
RETENTION - Static variable in class oracle.as.scheduler.job.SystemPurge
Deprecated. 
RETENTION_CANCELLED - Static variable in class oracle.as.scheduler.job.SystemPurge
Deprecated. 
RETENTION_ERROR - Static variable in class oracle.as.scheduler.job.SystemPurge
Deprecated. 
RETENTION_SUCCESS - Static variable in class oracle.as.scheduler.job.SystemPurge
Deprecated. 
RETENTION_WARNING - Static variable in class oracle.as.scheduler.job.SystemPurge
Deprecated. 
RETRIES - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the retry limit for a failed request.
ROLLBACK_SEGMENT - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant representing the rollback segment for a given request
RollbackException - Exception in oracle.as.scheduler
 
RollbackException() - Constructor for exception oracle.as.scheduler.RollbackException
Constructor
RollbackException(String) - Constructor for exception oracle.as.scheduler.RollbackException
Constructor with a detailed message.
RollbackException(Throwable) - Constructor for exception oracle.as.scheduler.RollbackException
Constructor with the underlying cause.
RollbackException(String, Throwable) - Constructor for exception oracle.as.scheduler.RollbackException
Constructor with a detailed message and underlying cause.
RUNAS_APPLICATIONID - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies a job runas ApplicaitonId.
RuntimeDataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId> - Class in oracle.as.scheduler.security
 
RuntimeDataPermission(String, String) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
 
RuntimeDataPermission(ID_TYPE[], RuntimeDataPermission.Action...) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
 
RuntimeDataPermission(ID_TYPE, RuntimeDataPermission.Action...) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
 
RuntimeDataPermission.Action - Enum in oracle.as.scheduler.security
 
RuntimeDataPermission.Menu - Enum in oracle.as.scheduler.security
 
RuntimeIllegalOperationException - Exception in oracle.as.scheduler
 
RuntimeIllegalOperationException(String) - Constructor for exception oracle.as.scheduler.RuntimeIllegalOperationException
 
RuntimeIllegalOperationException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeIllegalOperationException
 
RuntimeService - Interface in oracle.as.scheduler
Runtime Service API.
RuntimeService.QueryField - Enum in oracle.as.scheduler
Field names to be used when querying the Runtime Store.
RuntimeServiceAccessControlException - Exception in oracle.as.scheduler
Thrown by the MetadataService to indicate system errors.
RuntimeServiceAccessControlException(String) - Constructor for exception oracle.as.scheduler.RuntimeServiceAccessControlException
 
RuntimeServiceException - Exception in oracle.as.scheduler
Thrown when the Runtime Service is unable to process the request due to a system error.
RuntimeServiceException() - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor
RuntimeServiceException(String) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor with a detailed message.
RuntimeServiceException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor with the underlying cause.
RuntimeServiceException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor with a detailed message and underlying cause.
RuntimeServiceHandle - Interface in oracle.as.scheduler
 
RuntimeServiceMXBeanProxy - Interface in oracle.as.scheduler.management
Remote management interface for the runtime service.
RuntimeServiceRemote - Interface in oracle.as.scheduler
 
RuntimeStoreAccessException - Exception in oracle.as.scheduler
 
RuntimeStoreAccessException() - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
Default constructor
RuntimeStoreAccessException(String) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
Constructor with a detailed message
RuntimeStoreAccessException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
Constructor that creates the instance based on a cause
RuntimeStoreAccessException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
Constructor to create the instance with an message and cause
RuntimeStoreLockException - Exception in oracle.as.scheduler
 
RuntimeStoreLockException() - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
Default constructor
RuntimeStoreLockException(String) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
Constructor with a detailed message
RuntimeStoreLockException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
Constructor that creates the instance based on a cause
RuntimeStoreLockException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
Constructor to create the instance with an message and cause

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

A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2008, 2011 Oracle. All rights reserved.