Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler
11g Release 1 (11.1.1.9)
E57090-01


oracle.as.scheduler
Class ExternalJobStatus

java.lang.Object
  extended by oracle.as.scheduler.ExternalJobStatus

All Implemented Interfaces:
java.io.Serializable

public class ExternalJobStatus
extends java.lang.Object
implements java.io.Serializable
Since:
12.1.3 External job status. Provides additional information about the general status of the external job executable associated with an ESS request.
Version:
$Header: ess/src/oracle/as/scheduler/ExternalJobStatus.java /st_ess_11.1.1.5.0pt/1 2013/12/22 23:16:29 chall Exp $
Author:
chall
See Also:
Serialized Form

Constructor Summary
protected ExternalJobStatus(java.lang.Long requestId, java.lang.String externalJobStatus, java.lang.String externalJobType)
          Constructs a new object with minimal information.

 

Method Summary
protected  java.lang.String getExternalJobType()
          Get the external job type associated with this object.
 java.lang.String getExternalJobType(java.util.Locale locale)
          Gets a localized string for the external job type.
protected  java.lang.String getExternalStatus()
          Get the external status value associated with this object.
 java.lang.String getExternalStatus(java.util.Locale locale)
          Gets a localized string for the external job status.
protected  java.lang.Long getRequestId()
          Get the ESS request id associated with this object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExternalJobStatus

protected ExternalJobStatus(java.lang.Long requestId,
                            java.lang.String externalJobStatus,
                            java.lang.String externalJobType)
Constructs a new object with minimal information.

Method Detail

getRequestId

protected java.lang.Long getRequestId()
Get the ESS request id associated with this object.
Returns:
the ESS request id

getExternalStatus

protected java.lang.String getExternalStatus()
Get the external status value associated with this object. This is an ESS defined value that indicates the general status of the external job. It is not the native status or state value for that external job type.
Returns:
the external status

getExternalJobType

protected java.lang.String getExternalJobType()
Get the external job type associated with this object. This is an ESS defined value.
Returns:
the external job type

getExternalStatus

public java.lang.String getExternalStatus(java.util.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:
job status

getExternalJobType

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler
11g Release 1 (11.1.1.9)
E57090-01


Copyright © 2010, 2015, Oracle and/or its affiliates. All rights reserved.