Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
oracle.as.scheduler.async |
Classes for use by asynchronous jobs.
|
oracle.as.scheduler.core | |
oracle.as.scheduler.metadata.filter |
Helper classes for creating filters to query metadata.
|
oracle.as.scheduler.metadata.query |
Fields for querying metadata.
|
oracle.as.scheduler.metadata.query.builder |
Metadata type specific helper classes for querying metadata.
|
oracle.as.scheduler.metadata.query.field |
Fields for querying metadata.
|
oracle.as.scheduler.request |
Request Log and Output Content API.
|
oracle.as.scheduler.substitution |
Support for substitution on environment, configuration, execution context, and parameters.
|
Class and Description |
---|
AlreadyExistsException
Exception to indicate an object being created already exists in the system.
|
ApplicationConfig
Class for application configuration.
|
AsyncRequestBeanInterface
Used to convey the final execution status of a asynchronous job.
|
BaseMetadata
Base class for ESS metadata definitions.
|
BaseMetadataType
BaseMetadataType is an enum-like class.
|
BaseMetadataType.ExclusionsDefinitionType
Metadata type for ExclusionsDefinition metadata.
|
BaseMetadataType.IncompatibilityType
Metadata type for Incompatibility metadata.
|
BaseMetadataType.JobDefinitionType
Metadata type for JobDefinition metadata.
|
BaseMetadataType.JobSetType
Metadata type for JobSet metadata.
|
BaseMetadataType.JobTypeType
Metadata type for JobType metadata.
|
BaseMetadataType.JobWsmPolicyAssemblyType
Metadata type for JobWsmPolicyAssembly metadata.
|
BaseMetadataType.ScheduleType
Metadata type for Schedule metadata.
|
BaseMetadataType.WorkAssignmentType
Metadata type for WorkAssignment metadata.
|
BaseMetadataType.WorkshiftType
Metadata type for Workshift metadata.
|
Cause
Enums of causes for job request terminal state.
|
ConcurrentUpdateException
Exception thrown when the metadata API detects concurrent update on a
metadata object.
|
ConfigProperty
Application configuration property.
|
ConfigProperty.ConfigPropertyAttribute
Enum of configuration property attributes.
|
ErrorType
Enum of error types.
|
EssConstants.EssExecCtxKey
Enum of the key name for parameters added by ESS to DMS
ExecutionContext for logging purposes. |
EssConstants.EssModule
Enum of parameter values for
ESS_Module . |
Event
Provides lifecycle information about a request.
|
Exclusion
Date/time instances that are excluded from the occurrences of a Schedule.
|
ExclusionsDefinition
Used to represent a collection of
Exclusion objects as a
single unit. |
Executable
Contract for implementing the executable for a Java job.
|
ExecutionCancelledException
Exception used by the
Executable interface to indicate
execution cancelled. |
ExecutionErrorException
Exception used by the
Executable interface to indicate
an error condition was encountered during execution. |
ExecutionPausedException
Exception used by the
Executable interface to indicate request
execution should be paused to allow submitted sub-requests to execute. |
ExecutionWarningException
Exception used by the
Executable interface to indicate
a warning condition was encountered during execution. |
ExplicitDate
Defines a date and time for use in a
Schedule or Exclusion . |
ExternalJobStatus
External job status.
|
FailedExecutionResult
Encapsulates the result of a failed execution attempt for a request.
|
Filter
Used to specify criteria for querying.
|
Filter.Comparator
Filter comparison operators.
|
Filter.Operator
Filter logic operators.
|
HandlerAction
Application callout actions.
|
HandlerStatus
Enumeration of application callout actions.
|
IllegalArgumentException
Exception used when one or more arguments to a method are incorrect
or invalid.
|
IllegalStateException
Exception used when system or request state to perform and operation
is incorrect or invalid.
|
Incompatibility
Encapsulate an incompatibility among job and/or job set definitions over
a given resource.
|
Incompatibility.IncompatibilityType
Enum for valid Incompatibility type.
|
IncompatibleEntity
Encapsulates information for an Incompatibility entity.
|
JobDefinition
Represents the definition (metadata) for a Job that runs in the Scheduler.
|
JobSet
This class represents a JobSet.
|
JobSet.ExecutionMode
Enums to indicate the execution mode for the JobSet.
|
JobSetStep
The JobSetStep class represents a step within a JobSet.
|
JobSetStep.LinkType
Link types for the links for a serial JobSetStep.
|
JobSetStepProperties
Container for the properties for a JobSetStep.
|
JobType
Encapsulates a
JobType definition. |
JobType.ExecutionType
Enum of the basic execution types.
|
MetadataIllegalOperationException
Exception used by the
MetadataService to indicate illegal
operations. |
MetadataNotFoundException
Exception used to indicate a metadata object is not found.
|
MetadataObjectId
Identifier for metadata objects.
|
MetadataObjectId.MetadataObjectType
Enumeration for all the supported metadata object types.
|
MetadataService
Metadata Service API.
|
MetadataService.CustomizableProperty
Enum of properties that can be customized.
|
MetadataService.QueryField
Metadata query fields.
|
MetadataServiceException
Exception used by
MetadataService to indicate system errors. |
MetadataServiceHandle
Handle for accessing the metadata service.
|
NotAllowedException
Exception used to indicate that a specific operation is not allowed
for the given set of arguments.
|
NotFoundException
Exception used to indicate that the requested object is not found
in the system.
|
ParameterInfo
Defines the metadata (information) of a parameter.
|
ParameterInfo.DataType
Enumeration of supported data types.
|
ParameterList
Stores list of parameters.
|
ProcessPhase
Enum of request process phases.
|
Recurrence
Used to define a recurrence pattern for use by
Schedule
or Exclusion definition. |
RecurrenceFields.DAY_OF_MONTH
Class that defines the day of a month.
|
RecurrenceFields.DAY_OF_WEEK
Enum for the days of a week.
|
RecurrenceFields.FREQUENCY
Enum for the main repeat frequency of a Recurrence.
|
RecurrenceFields.MONTH_OF_YEAR
Enum for the months of the year.
|
RecurrenceFields.TIME_OF_DAY
Class that defines the time of the day.
|
RecurrenceFields.WEEK_OF_MONTH
Enum for the week of a month.
|
RecurrenceFields.YEAR
Class that encapsulate the value of a year.
|
RecurrenceSet
Used for representing a collection of
Recurrence objects as
a single unit. |
RemoteExecutable
Marker interface used to distinguish EJB job requests.
|
RequestDetail
Encapsulates the runtime data associated with a request.
|
RequestExecutionContext
Defines the context of a request execution.
|
RequestMode
Enum of the request modes.
|
RequestNotFoundException
Exception that indicates the request is not found in the system.
|
RequestParameters
Container for all the parameters for a request.
|
RequestType
Enum of request types.
|
RuntimeService
Runtime Service API.
|
RuntimeService.QueryField
Field names to be used when querying the Runtime Store.
|
RuntimeServiceException
Exception used by
RuntimeService to indicate system errors. |
RuntimeServiceHandle
Handle for accessing the runtime service.
|
RuntimeStoreAccessException
Exception used to indicate an error accessing or performing an operation
on the Enterprise Scheduler runtime store.
|
Schedule
Used to specify time-based recurrence.
|
SchedulerException
Base class for Oracle Enterprise Scheduler exceptions.
|
State
Enum of ESS request states.
|
SystemProperty.ExternalJobType
Enum of external job types.
|
UnsupportedOperationException
Exception used to indicate that an operation is not supported.
|
ValidationException
Exception used to indicate a failed validation.
|
WorkAssignment
This class defines the nature of the work (requests) that should be
processed by a Request Processor.
|
WorkAssignment.SpecializationNode
Enumerates the supported nodes for WorkAssignment specialization.
|
WorkAssignment.SpecializationProperty
Enumerates the supported property names for WorkAssignment
specialization.
|
Workshift
This class defines a workshift for a Request Processor.
|
Class and Description |
---|
RequestExecutionContext
Defines the context of a request execution.
|
RequestNotFoundException
Exception that indicates the request is not found in the system.
|
RequestParameters
Container for all the parameters for a request.
|
RuntimeServiceException
Exception used by
RuntimeService to indicate system errors. |
SchedulerException
Base class for Oracle Enterprise Scheduler exceptions.
|
Class and Description |
---|
SchedulerException
Base class for Oracle Enterprise Scheduler exceptions.
|
Class and Description |
---|
Filter
Used to specify criteria for querying.
|
Filter.Comparator
Filter comparison operators.
|
JobSet.ExecutionMode
Enums to indicate the execution mode for the JobSet.
|
JobType.ExecutionType
Enum of the basic execution types.
|
MetadataService
Metadata Service API.
|
MetadataServiceException
Exception used by
MetadataService to indicate system errors. |
MetadataServiceHandle
Handle for accessing the metadata service.
|
Class and Description |
---|
IllegalArgumentException
Exception used when one or more arguments to a method are incorrect
or invalid.
|
MetadataServiceException
Exception used by
MetadataService to indicate system errors. |
Class and Description |
---|
BaseMetadataType
BaseMetadataType is an enum-like class.
|
Filter
Used to specify criteria for querying.
|
IllegalArgumentException
Exception used when one or more arguments to a method are incorrect
or invalid.
|
MetadataService.QueryField
Metadata query fields.
|
Class and Description |
---|
BaseMetadataType
BaseMetadataType is an enum-like class.
|
Class and Description |
---|
AsyncRequestBeanRemote
The remote interface for AsyncRequestBean.
|
IllegalArgumentException
Exception used when one or more arguments to a method are incorrect
or invalid.
|
MetadataServiceRemote
The remote interface for MetadataService Bean.
|
NotFoundException
Exception used to indicate that the requested object is not found
in the system.
|
RequestExecutionContext
Defines the context of a request execution.
|
RequestNotFoundException
Exception that indicates the request is not found in the system.
|
RequestParameters
Container for all the parameters for a request.
|
RuntimeService
Runtime Service API.
|
RuntimeServiceException
Exception used by
RuntimeService to indicate system errors. |
RuntimeServiceHandle
Handle for accessing the runtime service.
|
RuntimeServiceRemote
The remote interface for RuntimeService Bean.
|
SchedulerException
Base class for Oracle Enterprise Scheduler exceptions.
|
ValidationException
Exception used to indicate a failed validation.
|
Class and Description |
---|
ConstraintException
Exception to indicate violation of a system enforced constraint.
|
RequestExecutionContext
Defines the context of a request execution.
|
RequestNotFoundException
Exception that indicates the request is not found in the system.
|
RequestParameters
Container for all the parameters for a request.
|
RuntimeServiceException
Exception used by
RuntimeService to indicate system errors. |
RuntimeServiceHandle
Handle for accessing the runtime service.
|
SchedulerException
Base class for Oracle Enterprise Scheduler exceptions.
|