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.AsyncExecutionType

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

 

Uses of Diagnosis.AsyncExecutionType in oracle.as.scheduler

 

Fields in oracle.as.scheduler declared as Diagnosis.AsyncExecutionType
protected  Diagnosis.AsyncExecutionType Diagnosis.m_asyncExecType
           

 

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

 

Methods in oracle.as.scheduler with parameters of type Diagnosis.AsyncExecutionType
protected  void Diagnosis.setExtras(java.util.Calendar scheduledTime, java.lang.String requestedProcessor, java.lang.String isolationGroup, java.lang.String processGroup, java.lang.String application, MetadataObjectId workAssignment, MetadataObjectId workshift, long parentRequestId, long blockingRequestId, long subRequestId, Diagnosis.AsyncExecutionType asyncExecType, int asyncLimit, boolean hasDisabledUpdateEvents, boolean hasContentImportError)
          Sets all the optional information in the 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.