Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.Diagnosis.DiagnosticCode

Packages that use Diagnosis.DiagnosticCode
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 

 

Uses of Diagnosis.DiagnosticCode in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return Diagnosis.DiagnosticCode
static Diagnosis.DiagnosticCode Diagnosis.DiagnosticCode.fromString(java.lang.String diagnosticCodeStr)
          Converts a stringified diagnostic code into a DiagnosticCode object.
 Diagnosis.DiagnosticCode Diagnosis.getDiagnosticCode()
          Gets the disgnostic code for the request.
static Diagnosis.DiagnosticCode Diagnosis.DiagnosticCode.valueOf(int value)
          Returns the diagnostic code for the given numeric value.
static Diagnosis.DiagnosticCode Diagnosis.DiagnosticCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Diagnosis.DiagnosticCode[] Diagnosis.DiagnosticCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.as.scheduler with parameters of type Diagnosis.DiagnosticCode
Diagnosis(long requestId, State state, Diagnosis.DiagnosticCode diagnosticCode)
          Constructs a new request diagnosis.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.