Uses of Enum Class
oracle.as.scheduler.Cause

Packages that use Cause
Package
Description
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
  • Uses of Cause in oracle.as.scheduler

    Methods in oracle.as.scheduler that return Cause
    Modifier and Type
    Method
    Description
    static Cause
    Cause.fromString(String causeStr)
    Converts a stringified cause into a Cause object.
    static Cause
    Cause.getCause(int code)
    Gets the Cause for the associated code.
    FailedExecutionResult.getCause()
    The cause for this failed execution attempt.
    RequestDetail.getCause()
    The cause that lead to the request being placed in a terminal state.
    static Cause
    Cause.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Cause[]
    Cause.values()
    Returns an array containing the constants of this enum class, in the order they are declared.