Index

A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

read - Enum constant in enum class oracle.as.scheduler.security.RuntimeDataPermission.Action
Read permission for the requests of metadata(s) configured in this RuntimeDataPermission.
Read - Enum constant in enum class oracle.as.scheduler.request.ContentHandle.ContentOpenOptions
Operation to open content for read.
READ - Enum constant in enum class oracle.as.scheduler.security.MetadataPermission.Action
Read permission for the metadata(s) configured in this MetadataPermission.
READY - Enum constant in enum class oracle.as.scheduler.State
Request has been dispatched and is awaiting processing.
READYWAIT_TIME - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The amount of time, in milliseconds, a request has been waiting to run since it became READY.
RECOVER_CANCEL - Enum constant in enum class oracle.as.scheduler.Cause
Request was cancelled during manual recovery.
RECOVER_GROUP_CANCEL - Enum constant in enum class oracle.as.scheduler.Cause
Request was cancelled during manual recovery when removing process group.
RECUR_CHILD - Enum constant in enum class oracle.as.scheduler.RequestType
Child request generated from a Schedule associated with a submitted regular (non-JobSet) request.
RECUR_PARENT - Enum constant in enum class oracle.as.scheduler.RequestType
Regular (non-JobSet) recurring parent request.
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
Class that defines the day of a month.
RecurrenceFields.DAY_OF_WEEK - Enum Class in oracle.as.scheduler
Enum for the days of a week.
RecurrenceFields.FREQUENCY - Enum Class in oracle.as.scheduler
Enum for the main repeat frequency of a Recurrence.
RecurrenceFields.MONTH_OF_YEAR - Enum Class in oracle.as.scheduler
Enum for the months of the year.
RecurrenceFields.TIME_OF_DAY - Class in oracle.as.scheduler
Class that defines the time of the day.
RecurrenceFields.WEEK_OF_MONTH - Enum Class in oracle.as.scheduler
Enum for the week of a month.
RecurrenceFields.YEAR - Class in oracle.as.scheduler
Class that encapsulate the value of a year.
RecurrenceSet - Class in oracle.as.scheduler
Used for representing a collection of Recurrence objects as a single unit.
RecurrenceSet() - Constructor for class oracle.as.scheduler.RecurrenceSet
Constructs a new instance of RecurrenceSet.
RecurrenceSet(Recurrence...) - Constructor for class oracle.as.scheduler.RecurrenceSet
Constructs a new instance with the given recurrences.
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.
releaseExitCondition(RequestExecutionContext) - Method in class oracle.as.scheduler.JobHelper
Unified API to release a locked exit condition for a request.
releaseRequest(RuntimeServiceHandle, long) - Method in interface oracle.as.scheduler.RuntimeService
Releases a request from the HOLD state.
RemoteAsyncHelper - Class in oracle.as.scheduler.async
Helper class for invoking the remote asynchronous request bean
RemoteAsyncHelper(RequestExecutionContext, RequestParameters) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
 
RemoteAsyncHelper(RequestExecutionContext, RequestParameters, String) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
 
RemoteAsyncHelper(RequestExecutionContext, RequestParameters, String, char[]) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
 
RemoteAsyncHelper(RequestExecutionContext, RequestParameters, Context) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
 
RemoteAsyncHelper(RequestExecutionContext, RequestParameters, Context, String) - Constructor for class oracle.as.scheduler.async.RemoteAsyncHelper
 
RemoteCancellableExecutable - Interface in oracle.as.scheduler
Contract by which a client EJB executable can also be cancelled.
RemoteConnector - Class in oracle.as.scheduler.request
Helper class for remote EJB job to callback ESS's beans
RemoteConnector() - Constructor for class oracle.as.scheduler.request.RemoteConnector
 
RemoteContentHelper - Class in oracle.as.scheduler.request
Log and output helper for remote EJB job.
RemoteContentHelper(RequestExecutionContext, RequestParameters) - Constructor for class oracle.as.scheduler.request.RemoteContentHelper
Creates a remote helper for request content.
RemoteContentHelper(RequestExecutionContext, RequestParameters, RuntimeService) - Constructor for class oracle.as.scheduler.request.RemoteContentHelper
Creates a remote helper for request content using the given RuntimeService.
RemoteExecutable - Interface in oracle.as.scheduler
Marker interface used to distinguish EJB job requests.
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.
remove(Recurrence) - Method in class oracle.as.scheduler.RecurrenceSet
Method to remove a Recurrence from this RecurrenceSet object.
removeDayOfMonth(RecurrenceFields.DAY_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
Removes a day of month from this Recurrence objects.
removeDayOfWeek(RecurrenceFields.DAY_OF_WEEK) - Method in class oracle.as.scheduler.Recurrence
Removes 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
Removes 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
Removes a month from this Recurrence objects.
removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
Removes a week of month from this Recurrence objects.
removeWorkshift(MetadataObjectId) - Method in class oracle.as.scheduler.WorkAssignment
Removes a workshift from this WorkAssignment.
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.
replaceSchedule(RuntimeServiceHandle, long, Schedule) - Method in interface oracle.as.scheduler.RuntimeService
Replace the current schedule for a request that has already been submitted.
REPROCESS_DELAY - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the callout handler processing delay time.
REQUEST_AUTHORIZATION_FAILED - Enum constant in enum class oracle.as.scheduler.Cause
Request execution authorzation failed.
REQUEST_CANCELLED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing was canceled.
REQUEST_CATEGORY - Enum constant in enum class oracle.as.scheduler.MetadataService.QueryField
The name of the request category.
REQUEST_CATEGORY - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The request category specified for the request.
REQUEST_CATEGORY - Enum constant in enum class oracle.as.scheduler.WorkAssignment.SpecializationProperty
The request category system property associated with a request.
REQUEST_CATEGORY - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies an application-specific label for a request.
REQUEST_DMS_ECID - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The DMS ECID used for processing of a request.
REQUEST_EFFECTIVE_ENCODING - Static variable in class oracle.as.scheduler.SystemProperty
Property that stores the effective encoding associated with a spawned job request.
REQUEST_ERROR - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing completed as an error.
REQUEST_ERROR_MANUAL_RECOVERY - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when manual recovery is needed for a request.
REQUEST_EXPIRATION - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the expiration time for a request.
REQUEST_EXPIRED - Enum constant in enum class oracle.as.scheduler.Cause
Request expired.
REQUEST_EXPIRED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when a request expired before it was executed.
REQUEST_FINISHED - Static variable in interface oracle.as.scheduler.Event
Name of system event published when processing of a Schedule based parent request has finished.
REQUEST_FLOWID - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The DMS FlowId used for processing of a request.
REQUEST_INVALID - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when a request that was pending validation has failed validation.
REQUEST_LOG_LEVEL - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the log level for request logging.
REQUEST_LOGIN_ERROR - Enum constant in enum class oracle.as.scheduler.Cause
Request submittor failed to login
REQUEST_PAUSED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request execution has paused to allow sub-requests to execute.
REQUEST_RETRY - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when processing of a request resulted in an error and will be retried.
REQUEST_SUCCEEDED - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing completed as success.
REQUEST_TIMED_OUT - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when a request execution times out.
REQUEST_VALID - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when a request that was pending validation has been successfully validated.
REQUEST_WARNING - Static variable in interface oracle.as.scheduler.Event
Name of the system event published when request processing completed as a warning.
RequestCategory - Enum constant in enum class oracle.as.scheduler.MetadataService.CustomizableProperty
 
RequestCategory - Static variable in class oracle.as.scheduler.metadata.query.field.MetadataQueryFieldEnum
Query field for searching metadata by request category specified in parameters
RequestCategoryQueryField - Class in oracle.as.scheduler.metadata.query.field
Query field for searching metadata by request category specified in parameters
RequestContextSubstitutionHandler - Class in oracle.as.scheduler.substitution
This SubstitutionHandler makes the elements of ReqeustExecutionContext available as substitutions.
RequestContextSubstitutionHandler(RequestExecutionContext) - Constructor for class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
RequestDetail - Class in oracle.as.scheduler
Encapsulates the runtime data associated with a request.
REQUESTED_PROCESSOR - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the request processor node on which the request should be processed.
REQUESTEDEND - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The requested end time.
REQUESTEDSTART - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The requested start time.
RequestExecutionContext - Interface in oracle.as.scheduler
Defines the context of a request execution.
REQUESTID - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The request id of a request.
RequestIncompatibilityInfo - Class in oracle.as.scheduler
 
RequestIncompatibilityInfo(long, String, String, String, Incompatibility) - Constructor for class oracle.as.scheduler.RequestIncompatibilityInfo
 
RequestLogger - Interface in oracle.as.scheduler.request
Request logging API.
RequestMode - Enum Class in oracle.as.scheduler
Enum of the request modes.
RequestNotFoundException - Exception in oracle.as.scheduler
Exception that indicates the request is not found in the system.
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(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.
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.
RequestOutput - Interface in oracle.as.scheduler.request
Request output API.
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(RequestParameters) - Constructor for class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
RequestSubstitutionHandler - Class in oracle.as.scheduler.substitution
Aggregate substitution handler for RequestContextSubstitutionHandler and RequestParamSubstitutionHandler.
RequestType - Enum Class in oracle.as.scheduler
Enum of request types.
REQUESTTYPE - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The type of request.
RESOLVED_CMDLINE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the command line used for a Process type job request.
ResultIndex - Static variable in class oracle.as.scheduler.metadata.query.field.MetadataQueryFieldEnum
QueryField used when searching for metadata by the index of query results
RESULTINDEX - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
Controls the starting and ending index of the returned results.
ResultIndexQueryField - Class in oracle.as.scheduler.metadata.query.field
QueryField used for searching metadata by the index of query results
RESUME_PAUSED_REQUEST_ON_ANY_NODE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies whether a paused request can be resumed on any node (instead of restricting it to the node where the request paused).
RETRIED_COUNT - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
The retried count associated with a job.
Retries - Enum constant in enum class oracle.as.scheduler.MetadataService.CustomizableProperty
 
RETRIES - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the retry limit for a failed request.
RollbackException - Exception in oracle.as.scheduler
Thrown when the a transactional operation is invoked and the transaction has been marked as rollback only.
RollbackException() - Constructor for exception oracle.as.scheduler.RollbackException
Constructor
RollbackException(String) - Constructor for exception oracle.as.scheduler.RollbackException
Constructor with a detailed message.
RollbackException(String, Throwable) - Constructor for exception oracle.as.scheduler.RollbackException
Constructor with a detailed message and underlying cause.
RollbackException(Throwable) - Constructor for exception oracle.as.scheduler.RollbackException
Constructor with the underlying cause.
RS_ACCEPT - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the MIME/media type desired for REST response.
RS_CUSTOM_HTTP_HEADERS - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies custom HTTP Headers for REST operation.
RS_ENTITY_STRING - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the payload for REST operation.
RS_HTTP_METHOD - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the HTTP method or verb to use on the REST Resource.
RS_MEDIA_TYPE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the MIME/media type of the REST operation payload.
RS_PATH - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the relative Path for REST Resource.
RS_QUERY_STRING - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies an optional Query string for REST Resource.
RS_RESOURCE_URL - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the base URL of a REST Resource that can be used in conjunction with RS_PATH property to provide a full URL for the resource
RS_USE_PROXY - Static variable in class oracle.as.scheduler.SystemProperty
 
RUNAS_APPLICATIONID - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies a job runas ApplicaitonId.
RUNNING - Enum constant in enum class oracle.as.scheduler.ExternalJobState
 
RUNNING - Enum constant in enum class oracle.as.scheduler.State
Request is being processed.
RuntimeDataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId> - Class in oracle.as.scheduler.security
Represents the access control definitions to enforce access of ESS runtime resources.
RuntimeDataPermission(ID_TYPE[], RuntimeDataPermission.Action...) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
Constructs the instance of RuntimeData permission for the given array of targets and actions
RuntimeDataPermission(ID_TYPE, RuntimeDataPermission.Action...) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
Constructs the instance of RuntimeData permission for the given array of targets and actions
RuntimeDataPermission(String, String) - Constructor for class oracle.as.scheduler.security.RuntimeDataPermission
Constructs the instance of RuntimeData permission for the given target and actions
RuntimeDataPermission.Action - Enum Class in oracle.as.scheduler.security
Enum of the permissible actions for ESS requests.
RuntimeDataPermission.Menu - Enum Class in oracle.as.scheduler.security
Enum of the menus defined for RuntimeDataPermissions.
RuntimeIllegalOperationException - Exception in oracle.as.scheduler
Exception that indicates an operation on a request is illegal.
RuntimeIllegalOperationException(String) - Constructor for exception oracle.as.scheduler.RuntimeIllegalOperationException
Constructor.
RuntimeIllegalOperationException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeIllegalOperationException
Constructor.
RuntimeService - Interface in oracle.as.scheduler
Runtime Service API.
RuntimeService.QueryField - Enum Class in oracle.as.scheduler
Field names to be used when querying the Runtime Store.
RuntimeServiceAccessControlException - Exception in oracle.as.scheduler
Exception used by the RuntimeService to indicate permission or security related errors.
RuntimeServiceAccessControlException(String) - Constructor for exception oracle.as.scheduler.RuntimeServiceAccessControlException
Constructor.
RuntimeServiceException - Exception in oracle.as.scheduler
Exception used by RuntimeService to indicate system errors.
RuntimeServiceException() - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor
RuntimeServiceException(String) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor with a detailed message.
RuntimeServiceException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor with a detailed message and underlying cause.
RuntimeServiceException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeServiceException
Constructor with the underlying cause.
RuntimeServiceHandle - Interface in oracle.as.scheduler
Handle for accessing the runtime service.
RuntimeServiceRemote - Interface in oracle.as.scheduler
The remote interface for RuntimeService Bean.
RuntimeStoreAccessException - Exception in oracle.as.scheduler
Exception used to indicate an error accessing or performing an operation on the Enterprise Scheduler runtime store.
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(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
Constructor to create the instance with an message and cause.
RuntimeStoreAccessException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessException
Constructor that creates the instance based on a cause.
RuntimeStoreAccessRecoverableException - Exception in oracle.as.scheduler
 
RuntimeStoreAccessRecoverableException() - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessRecoverableException
Default constructor
RuntimeStoreAccessRecoverableException(String) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessRecoverableException
Constructor with a detailed message
RuntimeStoreAccessRecoverableException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessRecoverableException
Constructor to create the instance with an message and cause
RuntimeStoreAccessRecoverableException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreAccessRecoverableException
Constructor that creates the instance based on a cause
RuntimeStoreLockException - Exception in oracle.as.scheduler
Exception used to indicate that an Enterprise Scheduler runtime store lock could not be obtained.
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(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
Constructor to create the instance with an message and cause.
RuntimeStoreLockException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreLockException
Constructor that creates the instance based on a cause.
RuntimeStoreRollbackException - Exception in oracle.as.scheduler
Exception used to indicate that the transaction has been automatically rolled back by the storage service provider.
RuntimeStoreRollbackException() - Constructor for exception oracle.as.scheduler.RuntimeStoreRollbackException
Default constructor.
RuntimeStoreRollbackException(String) - Constructor for exception oracle.as.scheduler.RuntimeStoreRollbackException
Constructor with a detailed message.
RuntimeStoreRollbackException(String, Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreRollbackException
Constructor to create the instance with an message and cause.
RuntimeStoreRollbackException(Throwable) - Constructor for exception oracle.as.scheduler.RuntimeStoreRollbackException
Constructor that creates the instance based on a cause.
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form