Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.runtime.session.ExecutionMode

Packages that use ExecutionMode
oracle.odi.domain.runtime.lpi   
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
oracle.odi.domain.runtime.scheduling   
oracle.odi.domain.runtime.session This package contains classes for managing Oracle Data Integrator Sessions and related objects. 

 

Uses of ExecutionMode in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return ExecutionMode
 ExecutionMode OdiLoadPlanInstanceRun.getExecutionMode()
          Returns execution mode of this OdiLoadPlanInstanceRun that will be used to launch an OdiScenario.

 

Uses of ExecutionMode in oracle.odi.domain.runtime.scenario

 

Methods in oracle.odi.domain.runtime.scenario with parameters of type ExecutionMode
 void OdiScenarioSchedule.setExecutionMode(ExecutionMode pExecutionMode)
          Sets the execution mode for ODI session to be executed.

 

Uses of ExecutionMode in oracle.odi.domain.runtime.scheduling

 

Methods in oracle.odi.domain.runtime.scheduling that return ExecutionMode
 ExecutionMode OdiSchedule.getExecutionMode()
          Returns the execution mode for ODI session(s) to be executed.

 

Methods in oracle.odi.domain.runtime.scheduling with parameters of type ExecutionMode
 void OdiSchedule.setExecutionMode(ExecutionMode pExecutionMode)
          Sets the execution mode for ODI session(s) to be executed.

 

Uses of ExecutionMode in oracle.odi.domain.runtime.session

 

Methods in oracle.odi.domain.runtime.session that return ExecutionMode
 ExecutionMode OdiSession.getExecutionMode()
          Returns execution mode for this OdiSession.
static ExecutionMode ExecutionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecutionMode[] ExecutionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


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