| Package | Description |
|---|---|
| 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.
|
| oracle.odi.domain.runtime.session.finder |
This package contains classes for searching Oracle Data Integrator sessions.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
OdiLoadPlanInstanceRun.getExecutionMode()
Returns execution mode of this OdiLoadPlanInstanceRun that will be used to
launch an OdiScenario.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiScenarioSchedule.setExecutionMode(ExecutionMode pExecutionMode)
Sets the execution mode for ODI session to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
OdiSchedule.getExecutionMode()
Returns the execution mode for ODI session(s) to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiSchedule.setExecutionMode(ExecutionMode pExecutionMode)
Sets the execution mode for ODI session(s) to be executed.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionMode |
ExecutionMode.STANDARD_MODE_0
Standard execution with level threshold equals to
LogLevel.LEVEL_0. |
static ExecutionMode |
ExecutionMode.STANDARD_MODE_1
Standard execution with level threshold equals to
LogLevel.LEVEL_1. |
static ExecutionMode |
ExecutionMode.STANDARD_MODE_2
Standard execution with level threshold equals to
LogLevel.LEVEL_2. |
static ExecutionMode |
ExecutionMode.STANDARD_MODE_3
Standard execution with level threshold equals to
LogLevel.LEVEL_3. |
static ExecutionMode |
ExecutionMode.STANDARD_MODE_4
Standard execution with level threshold equals to
LogLevel.LEVEL_4. |
static ExecutionMode |
ExecutionMode.STANDARD_MODE_5
Standard execution with level threshold equals to
LogLevel.LEVEL_5. |
static ExecutionMode |
ExecutionMode.STANDARD_MODE_OFF
Standard execution turning off logging.
|
static ExecutionMode |
ExecutionMode.TRACKING_MODE
Execution mode allowing variable and sequence value tracking.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
OdiSession.getExecutionMode()
Returns execution mode for this OdiSession.
|
static ExecutionMode |
ExecutionMode.valueOf(java.lang.String name) |
static ExecutionMode[] |
ExecutionMode.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiSession.setExecutionMode(ExecutionMode pExecutionMode) |
| Constructor and Description |
|---|
OdiSession(OdiSessionBlueprint pSessionBlueprint,
java.lang.String pName,
ExecutionMode pExecutionMode,
Status pStatus,
java.lang.String pContextCode) |
OdiSession(java.lang.String pSessionName,
ExecutionMode pExeMode,
Status pSessionStatus,
java.lang.String pExeContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
OdiSessionCriteria.getLogLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiSessionCriteria.setLogLevel(ExecutionMode logLevel)
Sessions whose log level is less or equal than the logLevel could be returned.
|