Class ExternalJobStatus

java.lang.Object
oracle.as.scheduler.ExternalJobStatus
All Implemented Interfaces:
Serializable

public class ExternalJobStatus extends Object implements Serializable
External job status. Provides additional information about the general status of the external job executable associated with an ESS request.
See Also:
  • Method Details

    • getExternalJobStatus

      public String getExternalJobStatus(Locale locale)
      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 if null
      Returns:
      localized job status string
    • getExternalStatus

      public String getExternalStatus(Locale locale)
      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 if null
      Returns:
      localized job status string
    • getExternalJobType

      public String getExternalJobType(Locale locale)
      Gets a localized string for the external job type.
      Parameters:
      locale - locale to use; uses default if null
      Returns:
      localized job type string