Package oracle.as.scheduler
Enum Class ExternalJobState
- All Implemented Interfaces:
Serializable
,Comparable<ExternalJobState>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ExternalJobState
Fetches the ExternalJobState of the parameter passed instatic ExternalJobState
fromString
(String jobStatusStr) Converts a string field handler status into a ExternalJobState object.Support to acquire a localized string value.static ExternalJobState
Returns the enum constant of this class with the specified name.static ExternalJobState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
WAITING
-
RUNNING
-
DISABLED
-
OTHER
-
SCHEDULED
-
NULL
-
-
Field Details
-
EXTJOBTYPE_UNKNOWN
- See Also:
-
EXTJOBTYPE_ORACLE_DB_SCHEDULER
- See Also:
-
EXTJOBTYPE_BIP
- See Also:
-
EXTJOBTYPE_BIP_STATE_KEY
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromString
Converts a string field handler status into a ExternalJobState object.- Parameters:
jobStatusStr
- the string to covert- Returns:
- the job status derived from
jobStatusStr
orExternalJobState.NULL
if the conversion could not be made.
-
toString
Support to acquire a localized string value.- Parameters:
locale
- the desired locale.- Returns:
- the localized string
-
fetchExternalJobState
Fetches the ExternalJobState of the parameter passed in- Parameters:
str
-- Returns:
-