See: Description
Interface | Description |
---|---|
AsyncCancellable |
Contract by which a client Asynchronous Java executable can be
cancelled.
|
AsyncExecutable |
Marker interface used to distinguish long-running asynchronous jobs.
|
AsyncRequestBeanInterface |
Used to convey the final execution status of a asynchronous job.
|
AsyncRequestBeanRemote |
The remote interface for AsyncRequestBean.
|
Cancellable |
Contract by which a client callout handler or Java executable can be
cancelled.
|
Event |
Provides lifecycle information about a request.
|
EventListener |
Contract for implementing a listener for request events.
|
Executable |
Contract for implementing the executable for a Java job.
|
MetadataService |
Metadata Service API.
|
MetadataServiceHandle |
Handle for accessing the metadata service.
|
MetadataServiceRemote |
The remote interface for MetadataService Bean.
|
PostProcessHandler |
Contract for a client application callback that is invoked after
execution of a job request executable.
|
PreProcessHandler |
Contract for a client application callback that is invoked before
execution of a job request executable.
|
RemoteCancellableExecutable |
Contract by which a client EJB executable can also be cancelled.
|
RemoteExecutable |
Marker interface used to distinguish EJB job requests.
|
RequestExecutionContext |
Defines the context of a request execution.
|
RuntimeService |
Runtime Service API.
|
RuntimeServiceHandle |
Handle for accessing the runtime service.
|
RuntimeServiceRemote |
The remote interface for RuntimeService Bean.
|
Updatable |
Contract by which an asynchronous Java executable can be delivered status
information from the remote portion of the job.
|
Class | Description |
---|---|
ApplicationConfig |
Class for application configuration.
|
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.
|
ConfigProperty |
Application configuration property.
|
ConfigProperty.ConfigPropertyAttribute |
Enum of configuration property attributes.
|
ErrorType |
Enum of error types.
|
EssConstants |
This class defines constants used by Enterprise Scheduler Service (ESS).
|
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 . |
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. |
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.
|
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.
|
JobSetStepProperty |
Defines the JobSet step properties.
|
JobType |
Encapsulates a
JobType definition. |
JobType.ExecutionType |
Enum of the basic execution types.
|
MetadataObjectId |
Identifier for metadata objects.
|
MetadataObjectId.MetadataObjectType |
Enumeration for all the supported metadata object types.
|
MetadataService.CustomizableProperty |
Enum of properties that can be customized.
|
MetadataService.QueryField |
Metadata query fields.
|
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 |
Defines the fields to construct a Recurrence.
|
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. |
RequestDetail |
Encapsulates the runtime data associated with a request.
|
RequestMode |
Enum of the request modes.
|
RequestParameters |
Container for all the parameters for a request.
|
RequestType |
Enum of request types.
|
RuntimeService.QueryField |
Field names to be used when querying the Runtime Store.
|
Schedule |
Used to specify time-based recurrence.
|
State |
Enum of ESS request states.
|
SystemProperty |
Enterprise Scheduler system properties.
|
SystemProperty.ExternalJobType |
Enum of external job types.
|
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.
|
Exception | Description |
---|---|
AlreadyExistsException |
Exception to indicate an object being created already exists in the system.
|
ConcurrentUpdateException |
Exception thrown when the metadata API detects concurrent update on a
metadata object.
|
ConstraintException |
Exception to indicate violation of a system enforced constraint.
|
ExecutionBizErrorException |
Exception used by the
Executable interface to indicate
a business error condition was encountered during execution. |
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. |
ExecutionManualRecoveryException |
Exception indicating a status that can only be recovered using manual
intervention.
|
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. |
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.
|
InvalidPropertyException |
Exception used to indicate that a property in the list of constrainable
properties is invalid.
|
MetadataIllegalOperationException |
Exception used by the
MetadataService to indicate illegal
operations. |
MetadataNotFoundException |
Exception used to indicate a metadata object is not found.
|
MetadataServiceAccessControlException |
Exception used by the
MetadataService to indicate permission
or security related errors. |
MetadataServiceException |
Exception used by
MetadataService to indicate system errors. |
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.
|
RequestNotFoundException |
Exception that indicates the request is not found in the system.
|
RollbackException |
Thrown when the a transactional operation is invoked and the
transaction has been marked as rollback only.
|
RuntimeIllegalOperationException |
Exception that indicates an operation on a request is illegal.
|
RuntimeServiceAccessControlException |
Exception used by the
RuntimeService to indicate permission
or security related errors. |
RuntimeServiceException |
Exception used by
RuntimeService to indicate system errors. |
RuntimeStoreAccessException |
Exception used to indicate an error accessing or performing an operation
on the Enterprise Scheduler runtime store.
|
RuntimeStoreLockException |
Exception used to indicate that an Enterprise Scheduler runtime store
lock could not be obtained.
|
SchedulerException |
Base class for Oracle Enterprise Scheduler exceptions.
|
SchedulerUserAssertionException |
Base class for Enterprise Scheduler user authentication exceptions.
|
UnsupportedOperationException |
Exception used to indicate that an operation is not supported.
|
ValidationException |
Exception used to indicate a failed validation.
|
This package supplies the client API interfaces and classes used to create and manage application metadata, and submit and manage job requests.
The MetadataService
provides application metadata support. It is used to create and manage
metadata for job types, job definitions, schedules, triggers, and so on.
The RuntimeService
provides runtime support. It is used to submit and manage job requests.