Package oracle.as.scheduler
Class ExternalJobStatus
java.lang.Object
oracle.as.scheduler.ExternalJobStatus
- All Implemented Interfaces:
Serializable
External job status.
Provides additional information about the general status of the
external job executable associated with an ESS request.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetExternalJobStatus
(Locale locale) Gets a localized string for the external job status.getExternalJobType
(Locale locale) Gets a localized string for the external job type.getExternalStatus
(Locale locale) Gets a localized string for the external job status.
-
Method Details
-
getExternalJobStatus
Gets a localized string for the external job status. This is a status value defined by ESS. It is not a native status or state value for the external job type.- Parameters:
locale
- locale to use; uses default ifnull
- Returns:
- localized job status string
-
getExternalStatus
Gets a localized string for the external job status. This is a status value defined by ESS. It is not a native status or state value for the external job type.- Parameters:
locale
- locale to use; uses default ifnull
- Returns:
- localized job status string
-
getExternalJobType
Gets a localized string for the external job type.- Parameters:
locale
- locale to use; uses default ifnull
- Returns:
- localized job type string
-